What is the general form of function in c?
No Answer is Posted For this Question
Be the First to Post Answer
What does sizeof int return?
write a program fibonacci series and palindrome program in c
0 Answers Aditi Placement Service,
main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }
Write a programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..
What is the importance of c in your views?
Explain how can you avoid including a header more than once?
How do I initialize a pointer to a function?
program to print upper & lower triangle of a matrix
what is the return value (status code) of exit() function.... what the arguments(integer value) passed to it means....
What are dangling pointers?
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
What is maximum size of array in c?