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


Please Help Members By Posting Answers For Below Questions

Describe the difference between = and == symbols in c programming?

771


What type is sizeof?

580


What does return 1 means in c?

579


Are there namespaces in c?

563


C language questions for civil engineering

1235






Why pointers are used?

627


Explain how are 16- and 32-bit numbers stored?

779


How can I read/write structures from/to data files?

544


Differentiate between the = symbol and == symbol?

707


Can the size of an array be declared at runtime?

602


What is the use of putchar function?

646


pierrot's divisor program using c or c++ code

1724


What are the advantages of union?

624


What is the difference between void main and main in c?

619


Explain the difference between ++u and u++?

633