printf("%d",(printf("Hello")); What it returns?
Answer Posted / rajesh
0
| Is This Answer Correct ? | 9 Yes | 62 No |
Post New Answer View All Answers
What is a good data structure to use for storing lines of text?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
What was noalias and what ever happened to it?
Describe explain how arrays can be passed to a user defined function
What is the difference between array and pointer?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
Which is better between malloc and calloc?
What are the features of the c language?
What is the maximum no. of arguments that can be given in a command line in C.?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
Can i use “int” data type to store the value 32768? Why?
What is strcmp in c?
What is a const pointer?
How will you delete a node in DLL?