Answer Posted / vignesh1988i
QUARK test?hello1
first it prints the inner most printf statement and then and the comes to the second printf and returns the number of characters inside the " ". but this wat i think, may be wrong too
thank u.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain Basic concepts of C language?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What is a program flowchart and explain how does it help in writing a program?
What language is c written?
How many keywords are there in c?
Why should I prototype a function?
What does %2f mean in c?
What are dangling pointers? How are dangling pointers different from memory leaks?
explain what is fifo?
Give differences between - new and malloc() , delete and free() ?
what is the height of tree if leaf node is at level 3. please explain
Is array a primitive data type in c?
What’s a signal? Explain what do I use signals for?
using for loop sum 2 number of any 4 digit number in c language
Why do we need functions in c?