Can we change the value of static variable in c?


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

Post New Answer

More C Interview Questions

How can I list all of the predefined identifiers?

0 Answers  


What is the difference between %d and %i?

0 Answers  


Explain indirection?

0 Answers  


Why the use of alloca() is discouraged?

2 Answers   Oracle,


What does dm mean sexually?

0 Answers  


main() { int a; a=++100; printf("%d",a); getch(); }

4 Answers  


Print all numbers which has a certain digit in a certain position eg: number=45687 1 number=4 2 number=5 etc

4 Answers  


How to swap two values using a single variable ? condition: Not to use Array and Pointer ?

6 Answers  


Describe advantages and disadvantages of the various stock sorting algorithms

1 Answers   Microsoft,


. Explain the differences between fork() and exec() in C

2 Answers  


What is storage class?

0 Answers  


how to print "hai" in c?

13 Answers   TCS,


Categories