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
How old is c programming language?
Write a program to use switch statement.
What is the difference between malloc() and calloc() function in c language?
Using which language Test cases are added in .ptu file of RTRT unit testing???
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
How is a pointer variable declared?
Can an array be an Ivalue?
What are the advantages of using macro in c language?
How #define works?
What is the value of h?
difference between native and cross compilers
What is the scope of local variable in c?
What are variables and it what way is it different from constants?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?