MCQOPTIONS
Bookmark
Saved Bookmarks
→
C Programming
→
Floating Point Issues in C Programming
→
How many number of pointer (*) does C have against..
1.
How many number of pointer (*) does C have against a pointer variable declaration?
A.
7
B.
127
C.
255
D.
No limits
Answer» E.
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Which of the following are generated from char pointer?
Which of the following is not possible statically in C?
What is argv[0] in command line arguments?
What is the second argument in command line arguments?
What are the applications of a multidimensional array?
Which of the following operation is possible using a pointer char? (Assuming the declaration is char *a;)
What are the different ways to initialize an array with all elements as zero?
Which of the following declaration are illegal?
What is the size of *ptr in a 32-bit machine (Assuming initialization as int *ptr = 10;)?
Which of the following is the correct syntax to send an array as a parameter to function?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply