printf("%d",(printf("Hello")); What it returns?
Answer Posted / srinivasa. p
1
Printf() return number character print on STD::out
| Is This Answer Correct ? | 4 Yes | 23 No |
Post New Answer View All Answers
Explain bitwise shift operators?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
Is c easy to learn?
What are categories used for in c?
What is c basic?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
if p is a string contained in a string?
explain how do you use macro?
Explain the difference between ++u and u++?
Mention four important string handling functions in c languages .
Explain the binary height balanced tree?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
what are bit fields? What is the use of bit fields in a structure declaration?
Sir i need notes for structure,functions,pointers in c language can you help me please
What is scope and lifetime of a variable in c?