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 / sandeep
if(printf("HELLO WORLD"))
Is This Answer Correct ? | 41 Yes | 17 No |
Post New Answer View All Answers
What is a #include preprocessor?
What does sizeof return c?
what is a function method?give example?
Explain what is a pragma?
How can I pad a string to a known length?
Can you subtract pointers from each other? Why would you?
What are the different types of objects used in c?
Explain the priority queues?
What is external variable in c?
Which is better between malloc and calloc?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
How is = symbol different from == symbol in c programming?
What is array of pointers to string?
Explain two-dimensional array.
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.