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 / yash
hi yash
#include<stdio.h>
int main()
{
while(printf("hello")){}
}
| Is This Answer Correct ? | 33 Yes | 53 No |
Post New Answer View All Answers
What is %lu in c?
What is #pragma statements?
What is the difference between procedural and declarative language?
What is header file definition?
Explain how can I right-justify a string?
Explain what is wrong with this statement? Myname = ?robin?;
Explain the red-black trees?
Hai what is the different types of versions and their differences
What are the advantages of c language?
Can you tell me how to check whether a linked list is circular?
Write a code to generate divisors of an integer?
How can my program discover the complete pathname to the executable from which it was invoked?
What is new line escape sequence?
How does sizeof know array size?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?