MCQOPTIONS
Bookmark
Saved Bookmarks
→
C Programming
→
Floating Point Issues in C Programming
→
How many bytes of memory will the following code r..
1.
How many bytes of memory will the following code reserve?
A.
65536
B.
Allocation failed
C.
Error
D.
No output
Answer» C. Error
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Assume integer is 2 bytes wide. What will be the output of the following code?
How many bytes of memory will the following code reserve?
returns a pointer if memory is allocated for storing 's and a if memory is allocated for storing 's.
allocates memory from the heap and not from the stack.
returns a if it fails to allocate the requested memory.
If successfully allocates memory it returns the number of bytes it has allocated.
Which of the following statement is correct prototype of the function in c ?
Point out the correct statement which correctly free the memory pointed to by 's' and 'p' in the following program?
What will be the output of the program (16-bit platform)?
Assume integer is 2 bytes wide. How many bytes will be allocated for the following code?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply