Can you explain the four storage classes in C?
No Answer is Posted For this Question
Be the First to Post Answer
There are 3 baskets of fruits with worng lables,one basket has apple,another basket has orange,another has combination of apple and orange,what is the least way of interchange the lables.
15 Answers Cisco, Google, MBT,
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
When should a type cast not be used?
wite a programme in c to linear search a data using flag and without using flags?
wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }
What the different types of arrays in c?
what is the output of the program?? #include<stdio.h> main ( ) { int a=010,sum=0,tracker: for(tracker=0;tracker<=a;tracker++) sum+=tracker; printf(ā %d\nā,sum); } what is the difference between a=10 and a=010??
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
What is a shell structure examples?
How to implement a packet in C
What is double pointer in c?
What do header files do?