52.write a “Hello World” program in “c” without using a
semicolon?
53.Give a method to count the number of ones in a 32 bit number?
54.write a program that print itself even if the source file
is deleted?
55.Given an unsigned integer, find if the number is power of 2?

Answer Posted / saurabh kumar singh

#inlclude<stdio.h>
void main()
{
while(printf("hello word\n"))
{
}
}

Is This Answer Correct ?    6 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do you know the difference between exit() and _exit() function in c?

793


Why we use void main in c?

818


What are static variables in c?

802


Is this program statement valid? INT = 10.50;

891


Difference between MAC vs. IP Addressing

829


What does volatile do?

742


write a program to create a sparse matrix using dynamic memory allocation.

4598


When should volatile modifier be used?

737


Distinguish between actual and formal arguments.

808


What is a double c?

758


What is structure in c language?

818


How do you do dynamic memory allocation in C applications?

825


How the c program is executed?

852


What is break in c?

787


hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell

1935