print ur name without using any semicolon in c/c++....
Answer Posted / sanjeet
#include<stdio.h>
int main()
{
if(printf("Madhu"))
{
}
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is file in c preprocessor?
What are enumerated types?
Function calling procedures? and their differences? Why should one go for Call by Reference?
What does sizeof int return?
What is difference between structure and union?
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 .
Can we access the array using a pointer in c language?
Can math operations be performed on a void pointer?
Is c compiled or interpreted?
How do you list a file’s date and time?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
while initialization of array why we use a[][2] why not a[2][]...?
What is the difference between union and structure in c?
How can type-insensitive macros be created?
Why header files are used?