printf("%d",(printf("Hello")); What it returns?
Answer Posted / mayur patil
answer is hello 11
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
If you know then define #pragma?
What do the functions atoi(), itoa() and gcvt() do?
What is calloc malloc realloc in c?
Explain is it valid to address one element beyond the end of an array?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
using for loop sum 2 number of any 4 digit number in c language
What are reserved words?
What is modeling?
What is ambagious result in C? explain with an example.
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
How reliable are floating-point comparisons?
find the sum of two matrices and WAP for it.
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
Where we use clrscr in c?