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 / rajat sharan
#include<stdio.h>
main()
{
if (printf(hello world))
}
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
Explain setjmp()?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
What is the difference between formatted&unformatted i/o functions?
What is hashing in c language?
What is use of #include in c?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
Explain can you assign a different address to an array tag?
Why is void main used?
What is c value paradox explain?
how to write optimum code to divide a 50 digit number with a 25 digit number??
Is multithreading possible in c?
Which is best linux os?
Can one function call another?
How do you construct an increment statement or decrement statement in C?