print ur name without using any semicolon in c/c++....
Answer Posted / vidya
#include<stdio.h>
int main()
{
switch(printf("vidya"))
{
}
}
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
write an algorithm to display a square matrix.
What are structure types in C?
Explain the use of 'auto' keyword
What is data structure in c and its types?
What is p in text message?
Explain two-dimensional array.
What is the use of getchar() function?
What is a structural principle?
What is difference between function overloading and operator overloading?
Tell me when would you use a pointer to a function?
Is there a way to jump out of a function or functions?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
Explain the difference between malloc() and calloc() in c?
Why does not c have an exponentiation operator?
How are portions of a program disabled in demo versions?