what does static variable mean?


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

Post New Answer

More C Interview Questions

Can we add pointers together?

0 Answers  


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

0 Answers  


How to add two numbers without using arithmetic operators?

18 Answers   College School Exams Tests, e track, Infosys, Pan Parag, Sapient, TCS,


#include<stdio.h> void main() { int a=5,b=6,c; int x=(a<b)+7; int y=(x==7)*9; int z=(c=x+y)*2; printf("%h %h %h",x,y,z); } What is the output? Explain it.

8 Answers   IBM,


Describe how arrays can be passed to a user defined function

0 Answers  






What is a wrapper function in c?

0 Answers  


List some basic data types in c?

0 Answers  


find out largest elemant of diagonalmatrix

0 Answers  


How do you determine a file’s attributes?

0 Answers  


print the following using nested for loop. 5 4 3 2 1 1 2 3 4 3 2 1 1 2 1 2 1 1 2 3 4 3 2 1 1 2 3 4 5

7 Answers   IBM,


What is the memory allocated by the following definition ? int (*x)();

2 Answers   ADITI,


Explain Linker and Loader

5 Answers  


Categories