What is a global variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between constant pointer and constant variable?
let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................
what is different between auto and local static? why should we use local static?
Magic square
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
what is diference between return 0 and return NULL??
what is the difference b/w NULL and null?
Give a method to count the number of ones in a 32 bit number?
Hi Every one...........I have been selected for the SBI Clerk. But i m one month Pregnanat. So anyone please suggest me, is they take any objection on my joining .
4 Answers State Bank Of India SBI,
What does typedef struct mean?
Ow can I insert or delete a line (or record) in the middle of a file?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none