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 / ss
#include<stdio.h>
void main(){
if(printf("Hello World"))
{
}
}
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Differentiate between calloc and malloc.
What are the main characteristics of c language describe the structure of ac program?
What is the best way to store flag values in a program?
Why do we use pointer to pointer in c?
hi any body pls give me company name interview conduct "c" language only
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
plz let me know how to become a telecom protocol tester. thank you.
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
What is c language used for?
Tell me is null always defined as 0(zero)?
What is string length in c?
Is struct oop?
What is advantage of pointer in c?
What is the maximum length of an identifier?
What is the difference between procedural and declarative language?