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
can any one tel me wt is the question pattern for NIC exam
List the different types of c tokens?
Can you please explain the scope of static variables?
What the different types of arrays in c?
How do I get an accurate error status return from system on ms-dos?
How can I find the modification date of a file?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
What is a void pointer? When is a void pointer used?
What does c mean in basketball?
What is s or c?
What is wrong with this program statement? void = 10;
What is the use of static variable in c?
What is void main () in c?
What is the advantage of using #define to declare a constant?
Are comments included during the compilation stage and placed in the EXE file as well?