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 / neeraj

switch(printf("Hello World"..!!!))

{

}

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?

568


What type is sizeof?

589


How can a string be converted to a number?

521


What is the difference between #include

and #include “header file”?

557


how should functions be apportioned among source files?

630






Explain the difference between strcpy() and memcpy() function?

599


What is the c language function prototype?

651


Why is main function so important?

619


Which is better between malloc and calloc?

673


What is void main () in c?

738


Explain #pragma statements.

608


the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters

1807


what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9

1434


Explain what are reserved words?

639


Can you please explain the difference between malloc() and calloc() function?

623