print ur name without using any semicolon in c/c++....
Answer Posted / gprabha
#include<stdio.h>
void main()
{
int i=1;
if(printf("Prabha"))
{
i++;
}
getch();
}
| Is This Answer Correct ? | 7 Yes | 16 No |
Post New Answer View All Answers
What are identifiers and keywords in c?
Is it possible to pass an entire structure to functions?
what are the different storage classes in c?
Are c and c++ the same?
What are the types of c language?
What are valid operations on pointers?
Linked lists -- can you tell me how to check whether a linked list is circular?
Explain union. What are its advantages?
What is difference between scanf and gets?
Why c is a procedural language?
Explain the binary height balanced tree?
What is a structural principle?
Explain low-order bytes.
List the difference between a While & Do While loops?
What do you mean by a sequential access file?