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 / sandeep
if(printf("HELLO WORLD"))
| Is This Answer Correct ? | 41 Yes | 17 No |
Post New Answer View All Answers
What is difference between arrays and pointers?
Describe explain how arrays can be passed to a user defined function
Differentiate between a structure and a union.
Implement bit Array in C.
What is c language and why we use it?
Can a pointer be null?
What is a far pointer in c?
What is a program flowchart?
What is bss in c?
What is realloc in c?
Here is a neat trick for checking whether two strings are equal
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...
Write a program to print all permutations of a given string.
Why malloc is faster than calloc?
What is the use of static variable in c?