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
Explain threaded binary trees?
Explain low-order bytes.
Explain what is the difference between functions getch() and getche()?
Is there anything like an ifdef for typedefs?
Write a program to reverse a given number in c language?
How can I generate floating-point random numbers?
Why can’t we compare structures?
Is sizeof a keyword in c?
Why is c not oop?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
What is volatile, register definition in C
Explain what is the benefit of using const for declaring constants?
Distinguish between actual and formal arguments.
What is the difference between functions getch() and getche()?
What is unary operator?