Are global variables static in c?


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

Post New Answer

More C Interview Questions

write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1

0 Answers  


#define DCHAR char* typedef char* TCHAR; if using these following variables will be declared like DCHAR ch1, ch2; TCHAR ch3, ch4; then what will be types of ch1, ch2, ch3 and ch4?

6 Answers   NDS,


how to count no of words,characters,lines in a paragraph.

0 Answers  


Write a c program to demonstrate Type casting in c?

2 Answers  


What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings

6 Answers  






What are the types of operators in c?

0 Answers  


How do I convert a string to all upper or lower case?

0 Answers  


what is the associativity of bitwise OR operator?

1 Answers  


Why static is used in c?

0 Answers  


What does double pointer mean in c?

0 Answers  


What is meaning of tree

0 Answers  


Who is the main contributor in designing the c language after dennis ritchie?

0 Answers  


Categories