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 / swastisundar bose
52.
#include<stdio.h>
void main(){
if("Hello World")
{
}
}
| Is This Answer Correct ? | 17 Yes | 20 No |
Post New Answer View All Answers
Differentiate between null and void pointers.
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
Are local variables initialized to zero by default in c?
What are the advantages of Macro over function?
What are the types of type specifiers?
What does == mean in texting?
What is difference between main and void main?
What are # preprocessor operator in c?
Where define directive used?
What is pragma in c?
What is operator precedence?
Why is c called a mid-level programming language?
What is LINKED LIST? How can you access the last element in a linked list?
Are bit fields portable?
Which built-in library function can be used to match a patter from the string?