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
What is strcmp in c?
What is string function in c?
What are all different types of pointers in c?
What is character constants?
How can I delete a file?
What are data types in c language?
What is the purpose of realloc()?
Can you think of a logic behind the game minesweeper.
Is c call by value?
what is ur strangth & weekness
What is a structure and why it is used?
What standard functions are available to manipulate strings?
What is n in c?
Why is c not oop?
Write a program to swap two numbers without using third variable in c?