c program to print a name without using semicolon

Answer Posted / subash

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

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Should I learn data structures in c or python?

577


The file stdio.h, what does it contain?

665


What's the total generic pointer type?

611


What is a class c rental property?

606


What is const keyword in c?

742






How can I open files mentioned on the command line, and parse option flags?

588


What are c header files?

576


Explain what is the difference between functions abs() and fabs()?

614


Is it possible to execute code even after the program exits the main() function?

809


Explain null pointer.

617


what will be maximum number of comparisons when number of elements are given?

1409


What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file

662


How can I write a function that takes a format string and a variable number of arguments?

602


What is selection sort in c?

606


What are run-time errors?

598