print ur name without using any semicolon in c/c++....
Answer Posted / manish kumar
#include<stdio.h>
#include<conio.h>
int main()
{
while(printf("manish")&&getch())
{
}
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a buffer in c?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
Why pointers are used in c?
What is binary tree in c?
What are the different types of constants?
Write a code on reverse string and its complexity.
What are identifiers and keywords in c?
What is the difference between void main and main in c?
can any one provide me the notes of data structure for ignou cs-62 paper
What are the header files used in c language?
What is the meaning of typedef struct in c?
What are c preprocessors?
What does %c do in c?
How old is c programming language?
Explain what is the difference between the expression '++a' and 'a++'?