what are the stoge class in C and tel the scope and life time
of it?
Answer Posted / aruna.r
1.automatic
2.extern
3.static
4.register
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Are pointers really faster than arrays?
What is %d called in c?
What is atoi and atof in c?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
What is your stream meaning?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
What is array of structure in c programming?
Explain what is output redirection?
What is c++ used for today?
What are the 5 data types?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
What is the difference between declaring a variable and defining a variable?
Who invented bcpl language?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
Explain what is a stream?