Answer Posted / naveenkumar s h
#include<stdio.h>
#include<conio.h>
void main()
{
printf(%d, printf(%d));
}
| Is This Answer Correct ? | 0 Yes | 11 No |
Post New Answer View All Answers
Explain the red-black trees?
how do you execute a c program in unix.
The difference between printf and fprintf is ?
Who is the main contributor in designing the c language after dennis ritchie?
What is binary tree in c?
Explain how can I avoid the abort, retry, fail messages?
What is modifier & how many types of modifiers available in c?
How can you draw circles in C?
formula to convert 2500mmh2o into m3/hr
When should the register modifier be used? Does it really help?
What do header files do?
Explain the advantages of using macro in c language?
Where we use clrscr in c?
Explain how do you sort filenames in a directory?
What is the difference between array and structure in c?