printf("%d",(printf("Hello")); What it returns?
Answer Posted / pavithra
error will occur because within a printf statement another
printf statement is present
| Is This Answer Correct ? | 3 Yes | 15 No |
Post New Answer View All Answers
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
What are the differences between new and malloc in C?
can we have joblib in a proc ?
What is meant by keywords in c?
What is the use of c language in real life?
In which language linux is written?
write a c program for swapping two strings using pointer
How can I pad a string to a known length?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
what is the basis for selection of arrays or pointers as data structure in a program
Why isn't any of this standardized in c? Any real program has to do some of these things.
What is 1d array in c?
In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.
What is getch() function?
How many loops are there in c?