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 / ss
#include<stdio.h>
void main(){
if(printf("Hello World"))
{
}
}
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Explain bit masking in c?
How many types of operators are there in c?
What kind of structure is a house?
What is the purpose of realloc()?
List the difference between a "copy constructor" and a "assignment operator"?
Why main function is special give two reasons?
What is a macro in c preprocessor?
How are structure passing and returning implemented?
Explain how do you view the path?
How to throw some light on the b tree?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
Is c high or low level?
What is the difference between test design and test case design?
What is bash c?
Is it acceptable to declare/define a variable in a c header?