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 / rajeev
#include<stdio.h>
main()
{
if(printf("Hello world \n"))
{
}
}
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
What does s c mean on snapchat?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
Explain what is a const pointer?
What is the difference between int main and void main in c?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
Why we use int main and void main?
What is the difference between far and near ?
What functions are used in dynamic memory allocation in c?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
What are the different file extensions involved when programming in C?
Explain how can I remove the trailing spaces from a string?
How many types of operators are there in c?
Write a c program to demonstrate character and string constants?
Who is the founder of c language?