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
What is a program flowchart?
What is quick sort in c?
what are the different storage classes in c?
Why c is a procedural language?
What is structure in c definition?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
in linking some of os executables are linking name some of them
Explain how can I make sure that my program is the only one accessing a file?
What is the purpose of clrscr () printf () and getch ()?
What extern c means?
Explain the meaning of keyword 'extern' in a function declaration.
Explain what are global variables and explain how do you declare them?
Is that possible to store 32768 in an int data type variable?
What is the heap in c?
How many identifiers are there in c?