What is scope rule of function in c?


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

Post New Answer

More C Interview Questions

How will you declare an array of three function pointers where each function receives two ints and returns a float?

0 Answers   TISL,


how to add two numbers without using arithmetic operators?

4 Answers  


Can we access RAM? How? Whats the range of access? Similarly What are other hardware we can access?

1 Answers  


How can I manipulate strings of multibyte characters?

0 Answers  


Why doesnt this code work?

0 Answers  






please help me.. how to write a code of this output?? "Enter range number:"10 1 is an odd number 2 is an even numbers 3 in an odd numbers 4 " to 10" "printing all odd numbers:" 1,3,5,7,9 "printing all even numbers:" 2,4,6,8,10 "sum of all odd numbers:25 "sum of all even numbers:30 using a C Programming ARRAY pleas pleas help.. its my project ..please :(

1 Answers  


What is pointer to pointer in c language?

0 Answers  


When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?

0 Answers  


Which is the best website to learn c programming?

0 Answers  


why the execution starts from main function

9 Answers  


Is there any book to know about Basics of C Language?

4 Answers  


write a program to find lcm and hcf of two numbers??

1 Answers  


Categories