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

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

1055


Can two or more operators such as and be combined in a single line of program code?

1154


What is file in c preprocessor?

928


Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)

829


What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

886


What is the collection of communication lines and routers called?

898


What are the advantages and disadvantages of a heap?

964


What is c language used for?

748


differentiate built-in functions and user – defined functions.

897


write a c program for swapping two strings using pointer

2370


Difference between Shallow copy and Deep copy?

1824


Explain how does flowchart help in writing a program?

905


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

1035


What is getch c?

1076


I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...

9971