What is scope and lifetime of a variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
Can you please explain the scope of static variables?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
How do you search data in a data file using random access method?
find the sum of two matrices and WAP for it.
what are the facialities provided by you after the selection of the student.
how can i print "hello"
m=++i&&++j(||)k++ printf("%d"i,j,k,m)
Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.
Are there namespaces in c?
can anyone suggest some site name..where i can get some good data structure puzzles???
1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop
char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)