What is the difference between the local variable and global variable in c?


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

Post New Answer

More C Interview Questions

How to print "Hi World" without using semi colon?

6 Answers   Infosys,


What is preprocessor with example?

0 Answers  


an algorithem for the implementation of circular doubly linked list

1 Answers  


Write an algorithm for a program that receives an integer as input and outputs the product of of its digits. E.g. 1234 = 24, 705 = 0

4 Answers  


An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array

0 Answers  






the number 138 is called well ordered number because the three digits in the number (1,3,8) increase from left to right (1<3<8). the number 365 is not well ordered coz 6 is larger than 5. write a program that wull find and display all possible three digit well ordered numbers. sample: 123,124,125,126,127,128,129,134 ,135,136,137,138,139,145,146,147 148 149,156.......789

5 Answers  


What is difference between union All statement and Union?

0 Answers  


Using which language Test cases are added in .ptu file of RTRT unit testing???

0 Answers  


How do you access command-line arguments?

1 Answers  


Explain Function Pointer?

0 Answers   Wipro,


any string of bits of length 'n' represents a unique non- negative integer between.............?

2 Answers  


what is the use of ~ in c lang?????

3 Answers  


Categories