A variable that is defined in a specified portion of a program but can be used throughout the program
a) global variable
b) local variable
c) character
d) none
No Answer is Posted For this Question
Be the First to Post Answer
What is a ternary operator in c?
What are the disadvantages of a shell structure?
what is dangling pointer?
Explain what are bus errors, memory faults, and core dumps?
1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?
What are the header files used in c language?
to find out the reverse digit of a given number
6 Answers Infosys, Microsoft, TCS, Wipro,
What does typedef struct mean?
Why the use of alloca() is discouraged?
What are the different flags in C? And how they are useful? And give example for each in different consequences?
how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......
Does free set pointer to null?