print ur name without using any semicolon in c/c++....
Answer Posted / sanjeet
#include<stdio.h>
int main()
{
if(printf("Madhu"))
{
}
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a structural principle?
Why c is called a mid level programming language?
What is the heap?
Under what circumstances does a name clash occur?
How can I find out the size of a file, prior to reading it in?
What is getch?
What is a dynamic array in c?
Is using exit() the same as using return?
what are the different storage classes in c?
What is the best style for code layout in c?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
Why pointers are used in c?
What does 2n 4c mean?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
What is a const pointer?