printf("%d",(printf("Hello")); What it returns?
Answer Posted / soupal roy
hello4
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How many types of operator or there in c?
What are the benefits of c language?
Do you have any idea how to compare array with pointer in c?
What is calloc in c?
the question is that what you have been doing all these periods (one year gap)
What does *p++ do? What does it point to?
What happens if header file is included twice?
What the different types of arrays in c?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
What is omp_num_threads?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
What is fflush() function?
What is difference between main and void main?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays