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


Please Help Members By Posting Answers For Below Questions

Write a program for finding factorial of a number.

629


can we have joblib in a proc ?

1650


How to write a multi-statement macro?

618


Is javascript written in c?

576


What are the types of type specifiers?

618






What is the use of clrscr?

591


What happens if you free a pointer twice?

606


What is sizeof array?

606


Difference between Shallow copy and Deep copy?

1564


To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9

2182


can any one provide me the notes of data structure for ignou cs-62 paper

1700


What is #line?

607


Can we compile a program without main() function?

628


What are the loops in c?

589


What is the difference between array_name and &array_name?

774