Can static variables be declared in a header file?


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

Post New Answer

More C Interview Questions

atoi, which takes a string and converts it to an integer. write a program that reads lines(using getline), converts each line to an integer using atoi and computes the average of all the numbers read. also compute the standard deviation

0 Answers  


What is identifier in c?

0 Answers  


Is main() function predfined or userdefined?

11 Answers  


#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }

3 Answers   IBM,


How do c compilers work?

0 Answers  






What is a volatile keyword in c?

0 Answers  


Why is %d used in c?

0 Answers  


Can you mix old-style and new-style function syntax?

0 Answers  


how can be easily placed in TCS.

0 Answers   TCS,


Differentiate between ordinary variable and pointer in c.

0 Answers  


List out few of the applications that make use of Multilinked Structures?

1 Answers   Accenture,


if the address of a[1,1] and a[2,1] are 1000 and 1010 respectively and each occupies 2 bytes then the array has been stored in what order?

4 Answers   Amazon, Apple, Bata, Google, NASA,


Categories