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 how do you view the path?

647


What 'lex' does?

711


Explain which function in c can be used to append a string to another string?

580


find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2

1522


Do you know what are bitwise shift operators in c programming?

579






any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above

639


i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none

638


What are void pointers in c?

572


What are examples of structures?

587


What standard functions are available to manipulate strings?

556


Define recursion in c.

693


Explain what is the general form of a c program?

618


`write a program to display the recomended action depends on a color of trafic light using nested if statments

1629


Why does everyone say not to use scanf? What should I use instead?

678


What is the use of getchar functions?

672