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
What are Macros? What are its advantages and disadvantages?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
In a switch statement, explain what will happen if a break statement is omitted?
code for quick sort?
what is the structure pointer?
Implement bit Array in C.
How is a structure member accessed?
Why is extern used in c?
Is main a keyword in c?
Write a program for finding factorial of a number.
`write a program to display the recomended action depends on a color of trafic light using nested if statments
Is array a primitive data type in c?
what will be the output for the following main() { printf("hi" "hello"); }
can anyone please tell about the nested interrupts?
"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