What is the difference between static and global variables?
Answer / kush joshi
static variable only can access within a function where
these declared, but the global variables access any where in
the program.
| Is This Answer Correct ? | 4 Yes | 1 No |
What does %d do?
What does sizeof function do?
What is static volatile in c?
What is the use of getch ()?
what is output of the following statetment?Printf(“%x”, -1<<4); ?
Is register a keyword in c?
How to add two numbers without using arithmetic operators?
18 Answers College School Exams Tests, e track, Infosys, Pan Parag, Sapient, TCS,
Is a house a shell structure?
What are the rules for the identifier?
Why do we need functions in c?
Explain how can I avoid the abort, retry, fail messages?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.