print ur name without using any semicolon in c/c++....
Answer Posted / shubhankar sisodia
#include<stdio.h>
main()
{if(printf("shubhankar"))
}
| Is This Answer Correct ? | 10 Yes | 17 No |
Post New Answer View All Answers
Is there a way to jump out of a function or functions?
How can I open files mentioned on the command line, and parse option flags?
What is the purpose of scanf() and printf() functions?
What is the difference between fread and fwrite function?
What kind of structure is a house?
Tell us the use of fflush() function in c language?
Is fortran still used in 2018?
I came across some code that puts a (void) cast before each call to printf. Why?
For what purpose null pointer used?
What is wrong with this initialization?
What does #pragma once mean?
Write a C program to count the number of email on text
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
What is the purpose of void pointer?