MCQOPTIONS
Bookmark
Saved Bookmarks
→
Engineering
→
C Programming
→
va_list is an array that holds information needed...
1.
va_list is an array that holds information needed by va_arg and va_end
A.
True
B.
False
Answer» B. False
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Which bitwise operator is suitable for turning on a particular bit in a number?
In which numbering system can the binary number 1011011111000101 be easily converted to?
Which bitwise operator is suitable for turning off a particular bit in a number?
Which bitwise operator is suitable for checking whether a particular bit is on or off?
What is the purpose of "rb" in fopen() function used below in the code? FILE *fp; fp = fopen("source.txt", "rb");
Out of fgets() and gets() which function is safe to use?
Consider the following program and what will be content of t? #include<stdio.h> int main() { FILE *fp; int t; fp = fopen("DUMMY.C", "w"); t = fileno(fp); printf("%d n", t); return 0; }
Which of the following function is more appropriate for reading in a multi-word string?
The operator used to get value at address stored in a pointer variable is
What would be the equivalent pointer expression for referring the array element a[i][j][k][l]
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply
Your experience on this site will be improved by allowing cookies. Read
Cookie Policy
Reject
Allow cookies