What is the scope of global variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
C passes By value or By reference?
5 Answers Geometric Software, Infosys,
Give basis knowledge of web designing ...
What is meant by global static? why we have to use static variable instead of Global variable
What is key word in c language?
Is it possible to initialize a variable at the time it was declared?
Why cann't whole array can be passed to function as value.
what is the difference between entry control and exit control statement?
12 Answers Darbari Lal DAV Model School,
Should a function contain a return statement if it does not return a value?
There seem to be a few missing operators ..
Explain what are run-time errors?
Explain spaghetti programming?
#include<stdio.h> void main() { int =1; printf("%d%d%d",a++,++a,++a); }