printf("%d",(printf("Hello")); What it returns?
Answer Posted / vipin sharma
it will return hello 51
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
What is scanf_s in c?
What are the salient features of c languages?
What is the use of a conditional inclusion statement in C?
What are the different types of control structures in programming?
Write a program in c to replace any vowel in a string with z?
What is #error and use of it?
What is a sequential access file?
How to define structures? ·
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
Write a program to find factorial of a number using recursive function.
Explain union. What are its advantages?
What is the purpose of scanf() and printf() functions?
Write a program to identify if a given binary tree is balanced or not.