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 / ramesh
#include<stdio.h>
main()
{
if(printf("Hello world"))
getch();
return;
}
| Is This Answer Correct ? | 2 Yes | 18 No |
Post New Answer View All Answers
why wipro wase
What is scope rule in c?
What is New modifiers?
What are the 4 types of programming language?
What are the key features in c programming language?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
What are file streams?
What is wrong with this initialization?
How many levels of indirection in pointers can you have in a single declaration?
What is a pointer and how it is initialized?
What are the different types of data structures in c?
What is external variable in c?
What are Macros? What are its advantages and disadvantages?
Is fortran still used in 2018?
What is array within structure?