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
Why use int main instead of void main?
What are pragmas and what are they good for?
What does main () mean in c?
Explain what are preprocessor directives?
Should I learn data structures in c or python?
What is c token?
What tq means in chat?
How do you list a file’s date and time?
What is const volatile variable in c?
regarding pointers concept
Explain the use of #pragma exit?
What is spark map function?
How do you define a function?
What is a buffer in c?
What is volatile variable in c with example?