Is stack a keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is realloc in c?
why you will give me a job in TCS.
What is the difference between a string and an array?
How can I return multiple values from a function?
How can I manipulate individual bits?
Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4
How will you declare an array of three function pointers where each function receives two ints and returns a float?
main() { float a=3.2e40; printf("%d",a); }
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
Are bit fields portable?
void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?
what is c