printf("%d",(printf("Hello")); What it returns?
Answer Posted / bhavesh kashikar
104
Is This Answer Correct ? | 0 Yes | 19 No |
Post New Answer View All Answers
Explain can the sizeof operator be used to tell the size of an array passed to a function?
Explain what is the benefit of using const for declaring constants?
What is #include in c?
What is difference between stdio h and conio h?
How many keywords (reserve words) are in c?
What is difference between arrays and pointers?
Why c is called top down?
Is c is a middle level language?
What is "Hungarian Notation"?
What are the basic data types associated with c?
Can i use “int” data type to store the value 32768? Why?
Explain what are its uses in c programming?
What do you mean by Recursion Function?
Why shouldn’t I start variable names with underscores?
Explain about block scope in c?