print ur name without using any semicolon in c/c++....
Answer Posted / harendra kumar
#include<stdio.h>
void main()
{
if(printf("harru"))
{
}
}
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is the use of a conditional inclusion statement in C?
What is local and global variable in c?
Are c and c++ the same?
What is difference between far and near pointers?
Differentiate between null and void pointers.
Tell me when is a void pointer used?
What is page thrashing?
What do you mean by invalid pointer arithmetic?
What oops means?
Can we declare variable anywhere in c?
What are the advantages of using macro in c language?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
Write a program on swapping (100, 50)
What are multibyte characters?
How many levels of indirection in pointers can you have in a single declaration?