How can a process change an environment variable in its caller?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we write return 0 in c?
What are dangling pointers?
Explain a pre-processor and its advantages.
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
What are pointers?
0 Answers Accenture, Tavant Technologies, Zensar,
what is the difference b/w NULL and null?
Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }
Is c++ based on c?
What does d mean?
What is static identifier?
Apart from dennis ritchie who the other person who contributed in design of c language.
#include <stdio.h> #define sqr(x) (x*x) int main() { int x=2; printf("value of x=%d",sqr(x+1)); } What is the value of x?
16 Answers Accel Frontline, Opera, Oracle,