Define the scope of static variables.


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

Post New Answer

More C Interview Questions

Given an unsigned integer, find if the number is power of 2?

5 Answers  


Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }

2 Answers   ADITI,


write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .

1 Answers   Subex,


What is a symbolic constant?

1 Answers  


can we change the default calling convention in c if yes than how.........?

0 Answers   Aptech,






Write a program to remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.

4 Answers   Persistent, Subex,


Wt are the Buses in C Language

0 Answers   Infosys,


what is the difference between postfix and prefix unary increment operators?

3 Answers  


i want to asked a question about c program the question is: create a c program that displays all prime numbers less than 500? using looping statement

5 Answers  


Explain the use of bit fieild.

0 Answers  


print a "hello" word without using printf n puts in c language

6 Answers  


Bit swapping

2 Answers  


Categories