Answer Posted / vivek satasia
IT IS SUCH A VARIABLE WHICH IS NOT MODIFIED BY ITS PROGRAM
BUT IT CAN BE MODIFIED OUTSIDE PROGRAM ENVIRONMENT.
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
Which is an example of a structural homology?
What is union in c?
What is local and global variable in c?
How do you view the path?
Who invented b language?
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
What is volatile variable in c?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
What is abstract data structure in c?
What is a stream water?
Explain what does it mean when a pointer is used in an if statement?
What are enums in c?
What is the explanation for the dangling pointer in c?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream