What do you mean by a local block?


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

Post New Answer

More C Interview Questions

program to print circle structure

1 Answers  


Why is c so important?

0 Answers  


How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?

0 Answers  


x=2,y=6,z=6 x=y==z; printf(%d",x)

13 Answers   Bharat, Cisco, HCL, TCS,


What are the different types of pointers?

4 Answers   HCL, TCS,






What is static volatile in c?

0 Answers  


Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?

4 Answers   Oracle,


write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)

0 Answers   Google,


What is variable declaration and definition in c?

0 Answers  


Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.

0 Answers  


a=5 a=a++/++a

14 Answers   Bhel,


What is malloc() function?

0 Answers  


Categories