What is static and auto variables in c?


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

Post New Answer

More C Interview Questions

Explain what are binary trees?

0 Answers  


What do you mean by recursion in c?

0 Answers  


Can you add pointers together? Why would you?

0 Answers  


How do you redirect a standard stream?

0 Answers  


What is console in c language?

0 Answers  






Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?

0 Answers  


a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler

0 Answers  


To what value do nonglobal variables default? 1) auto 2) register 3) static

4 Answers  


Is malloc memset faster than calloc?

0 Answers  


A MobileNumber is a VIP number if it satisfy the following conditions. The operator should be Vodafone. Atleast one 0 (Zero) should be exist in mobile number. The number should not end with 8. The single digit sum of all the digits in the number should be equal to 9. For example if the number is 9876543210, the sum is 9+8+7+...+1+0 = 45. Sum of 4+5 = 9. Write a method: private boolean isVIPMobileNumber(String mobileNum, String operator) mobileNum phone number operator mobile operator as bsnl, Vodafone

1 Answers  


What does *p++ do? What does it point to?

0 Answers  


What are 'near' and 'far' pointers?

0 Answers  


Categories