write c program without semicolon

Answer Posted / saurabh rakhecha

int main()
{
if (printf(" Hello"))
{
// EMPTY
}
}

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the Program to reverse a string using pointers.

803


#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }

958


What is the purpose of main() function?

941


code for find determinent of amatrix

1741


define string ?

864


int far *near * p; means

3309


Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop

1922


What is the difference between a function and a method in c?

805


What is the purpose of void pointer?

794


What should malloc(0) do?

817


Is Exception handling possible in c language?

1799


A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.

1474


Why static is used in c?

836


Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..

845


If fflush wont work, what can I use to flush input?

848