What is the scope of local variable in c?


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

Post New Answer

More C Interview Questions

What is an array in c?

0 Answers  


Why is c used in embedded systems?

0 Answers  


How do you initialize function pointers? Give an example?

3 Answers  


If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?

6 Answers   Hughes,


How do you define a function?

0 Answers  






What do you understand by friend-functions? How are they used?

0 Answers   iNautix,


What is wrong with this code?

0 Answers  


Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)

1 Answers   HTC,


write a program to remove occurrences the word from entered text?

1 Answers  


#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..

3 Answers  


can anyone proide me reading material on svit00ef27@yahoo.com please thanx in advance

1 Answers   IBM,


Can you please explain the scope of static variables?

0 Answers  


Categories