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 / tyutyjtytydf

#include<stdio.h>
#include<conio.h>
main()
{
if(puts("hello world"))
{}
}

Is This Answer Correct ?    10 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are Macros? What are its advantages and disadvantages?

898


write a c program to print the next of a particular no without using the arithmetic operator or looping statements?

3590


In a switch statement, explain what will happen if a break statement is omitted?

867


code for quick sort?

1850


what is the structure pointer?

1895


Implement bit Array in C.

926


How is a structure member accessed?

869


Why is extern used in c?

867


Is main a keyword in c?

876


Write a program for finding factorial of a number.

877


`write a program to display the recomended action depends on a color of trafic light using nested if statments

1927


Is array a primitive data type in c?

833


what will be the output for the following main() { printf("hi" "hello"); }

10245


can anyone please tell about the nested interrupts?

1917


"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks

917