Explain 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

Describe dynamic data structure in c programming language?

0 Answers  


Can main () be called recursively?

0 Answers  


How to find the digits truncation when assigning the interger variable to the character variables. like int i=500; char x = i : here we have truncation. how to find this. another ex: i =100; char x=i. here we do not have truncation.

1 Answers   HCL,


Are there namespaces in c?

0 Answers  


can we write a program in c for printf and scanf without using header file stdio.h

1 Answers  


What is the value of uninitialized variable in c?

0 Answers  


Give differences between - new and malloc() , delete and free() ?

0 Answers   Genpact,


How do you use a pointer to a function?

0 Answers  


1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output

2 Answers  


find a number whether it is even or odd without using any control structures and relational operators?

22 Answers   Microsoft, Shashank Private Limited,


what is the value of 'i'? i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")

7 Answers   Cadence, JNTU, Zen Technologies,


Write a program to print factorial of given number without using recursion?

0 Answers  


Categories