What is scope of 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 the difference between call by value and call by reference?

5 Answers   Genpact, Global Logic, Infosys,


mplementation of stack using any programing language

1 Answers   Marlabs,


What should malloc() do? Return a null pointer or a pointer to 0 bytes?

0 Answers  


What are the advantages of using linked list for tree construction?

0 Answers  


What is pointer & why it is used?

0 Answers  






how does the C compiler interpret the following two statements p=p+x; q=q+y; a.p=p+x; q=q+y b.p=p+xq=q+y c.p=p+xq; q=q+y d.p=p+x/q=q+y

4 Answers   TCS,


Is a pointer a kind of array?

0 Answers  


Given an array of numbers, except for one number all the others occur twice. Give an algorithm to find that number which occurs only once in the array.

6 Answers  


Define C in your own Language.

0 Answers   Motorola,


What is omp_num_threads?

0 Answers  


Program to display given 3 integers in ascending order

1 Answers   N Tech,


What is the difference b/w Structure & Class?

3 Answers  


Categories