How we can insert comments in a c program?
No Answer is Posted For this Question
Be the First to Post Answer
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?
25 Answers Datamatics, Solartis, TCS, ThinkBox, Trine,
1. What will be the output of the following programs. a) #include <stdio.h> Main() { Int x=4; While(x==1) { X=x-1; Printf(“%d”,x); --x; } }
Write a programe print the sum of series 0,1,2,.....10
Where define directive used?
What is the difference between formatted&unformatted i/o functions?
write a program for odd numbers?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
what does " calloc" do?
Explain what is the use of a semicolon (;) at the end of every program statement?
c program to arrange digits in a no in ascending and descending order
What compilation do?
7 Answers Geometric Software, Infosys,
What are the types of functions in c?