What is sizeof int in c?
No Answer is Posted For this Question
Be the First to Post Answer
character array A[12] can hold
Write a c code segment using a for loop that calculates and prints the sum of the even integers from 2 to 30, inclusive?
what is difference between getchar,putchar functions and printf and scanf function? does putchar show output only when input given to it
How do I use void main?
Why c is called a mid level programming language?
Write a program to print fibonacci series without using recursion?
Difference Between embedded software and soft ware?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
Can you please explain the scope of static variables?
whats the use of header file in c?
int x=5; printf("%d%d%d",x,x<<2,x>>2);
Define recursion in c.