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 the use of a static variable in c?
what are bit fields? What is the use of bit fields in a structure declaration?
Do you know null pointer?
What is declaration and definition in c?
Explain what are the standard predefined macros?
What is difference between constant pointer and constant variable?
Explain how do you use a pointer to a function?
What is 'bus error'?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
What is the ANSI C Standard?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
What is sorting in c plus plus?
Explain what are the advantages and disadvantages of a heap?
How do you print an address?