What is the right type to use for boolean values in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
What is the use of a conditional inclusion statement in C?
palindrome for strings and numbers----Can anybody do the prog?
6 Answers CTS, TCS, Vipro Lifescience Pvt,
What is the purpose of void pointer?
what is difference between getchar,putchar functions and printf and scanf function? does putchar show output only when input given to it
x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
Why array is used in c?
What does a run-time "null pointer assignment" error mean?
Write a program that his output * *** *****
what is the difference between class and unio?
What is the difference between GETS();AND SCANF();