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

Explain a file operation in C with an example.

898


Explain what are header files and explain what are its uses in c programming?

888


write a program to find the given number is prime or not

4304


How can I manipulate strings of multibyte characters?

829


What is a header file?

845


Explain what will be the outcome of the following conditional statement if the value of variable s is 10?

1014


How to compare array with pointer in c?

847


What is dynamic memory allocation?

1074


What are identifiers in c?

910


What are runtime error?

856


What is the scope of local variable in c?

799


What is multidimensional arrays

871


if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above

934


What is a union?

807


What are the difference between a free-standing and a hosted environment?

1025