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 / surekha
#include<stdio.h>
#include<conio.h>
void main()
{
while(!printf("Hell, this is aptech"))
{
}
}
/*after compilation and execution,press alt+f5 to see the
result */
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
Why do we use int main instead of void main in c?
What is the use of putchar function?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
What is the difference between the expression “++a” and “a++”?
What are derived data types in c?
Write a program on swapping (100, 50)
What is 2 d array in c?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
What are static variables in c?
In c programming language, how many parameters can be passed to a function ?
Find MAXIMUM of three distinct integers using a single C statement
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
Can you please explain the scope of static variables?