What is scope and lifetime of a variable in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Table of Sudoku n*n

0 Answers  


WHAT IS C?

6 Answers  


Is register a keyword in c?

0 Answers  


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

0 Answers   Subex,


How can you be sure that a program follows the ANSI C standard?

0 Answers   Aspire, Infogain,






write a c program to find the sum of five entered numbers using an array named number

0 Answers   TATA,


How to swap two values using a single variable ? condition: Not to use Array and Pointer ?

6 Answers  


what is the difference between structure and union?

3 Answers  


Write a program to show the change in position of a cursor using c

0 Answers  


What are the application of c?

0 Answers  


What does c mean?

0 Answers  


4.A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above

6 Answers   Accenture,


Categories