what is the significance of static storage class specifier?


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

Post New Answer

More C Interview Questions

What are header files and explain what are its uses in c programming?

0 Answers  


A stack can be implemented only using array?if not what is used?

3 Answers   InterGlobal,


wht is the difference between KPO and BPO ?

2 Answers   Accenture, BPO, HCK, HCL, Infosys,


What is a Genralised LInked List?? Please give a detailed explation of it..

1 Answers  


What is c variable?

0 Answers  






implement general tree using link list

1 Answers   Wipro,


Write a c program to print the even numbers followed by odd numbers in an array without using additional array

1 Answers   Tech Mahindra,


What is main void in c?

1 Answers  


Explain the difference between exit() and _exit() function?

0 Answers  


In C program, at end of the program we will give as "return 0" and "return 1", what they indicate? Is it mandatory to specify them?

5 Answers  


Write a program to find the number of times that a given word(i.e. a short string) occurs in a sentence (i.e. a long string!). Read data from standard input. The first line is a single word, which is followed by general text on the second line. Read both up to a newline character, and insert a terminating null before processing. Typical output should be: The word is "the". The sentence is "the cat sat on the mat". The word occurs 2 times.

0 Answers  


What should be keep precautions while using the recursion method?

1 Answers  


Categories