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
How can you find the exact size of a data type in c?
What is use of bit field?
What is storage class?
What is the explanation for the dangling pointer in c?
Did c have any year 2000 problems?
Are local variables initialized to zero by default in c?
What does. int *x[](); means ?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
What are the Advantages of using macro
Explain what is the purpose of "extern" keyword in a function declaration?
What are the back slash character constants or escape sequence charactersavailable in c?
What is an auto keyword in c?
What is a function simple definition?
What is difference between main and void main?
What does do in c?