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 / sagar naik
#include<stdio.h>
void main()
{
if(printf("hello world"))
}
| Is This Answer Correct ? | 43 Yes | 25 No |
Post New Answer View All Answers
how to find binary of number?
What is derived datatype in c?
What is a stream in c programming?
When should structures be passed by values or by references?
#include
Explain what are the advantages and disadvantages of a heap?
What are qualifiers?
Why is c faster?
How can I call a function with an argument list built up at run time?
how to capitalise first letter of each word in a given string?
Distinguish between actual and formal arguments.
Write program to remove duplicate in an array?
In which header file is the null macro defined?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures