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

Explain why can’t constant values be used to define an array’s initial size?

0 Answers  


what is the output of the following program and explain the answer #include<stdio.h> exp() { main(5) } main(int a) { printf("%d",a); return; }

3 Answers   Satyam,


Is sizeof a keyword in c?

0 Answers  


I need a sort of an approximate strcmp routine?

0 Answers  


What is variable and explain rules to declare variable in c?

0 Answers  






Why is void main used?

0 Answers  


Explain how do you declare an array that will hold more than 64kb of data?

0 Answers  


ABCDCBA ABC CBA AB BA A A

4 Answers   TCS,


Write a C++ program to give the number of days in each month according to what the user entered. example: the user enters June the program must count number of days from January up to June

0 Answers  


What is the difference between fread buffer() and fwrite buffer()?

0 Answers  


YBJBU6

1 Answers  


Explain what are compound statements?

0 Answers  


Categories