c program to print a name without using semicolon

Answer Posted / amehga

main()
{
if(printf("AMEGHA"))
{
}
}

Is This Answer Correct ?    56 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are dangling pointers? How are dangling pointers different from memory leaks?

620


What does s c mean on snapchat?

580


What does calloc stand for?

646


What is the modulus operator?

733


What is the scope of global variable in c?

551






c program for searching a student details among 10 student details

1652


When can you use a pointer with a function?

565


An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above

704


how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.

1211


What is difference between main and void main?

624


Can a variable be both const and volatile?

672


Is stack a keyword in c?

633


What is a example of a variable?

551


How many levels of indirection in pointers can you have in a single declaration?

590


What are the advantages of the functions?

602