How can a process change an environment variable in its caller?
No Answer is Posted For this Question
Be the First to Post Answer
True or false: If you continuously increment a variable, it will become negative? 1) True 2) False 3) It depends on the variable type
Do you know the difference between exit() and _exit() function in c?
write a c program to print a given number as odd or even without using loop statements,(no if ,while etc)
int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);
Can one function call another?
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
could u able to tell about suresoft technical session
What is a node in c?
Explain null pointer.
Write a program that receives as input a number omaadel-n-print, four digits.
how to use enum datatype?Please explain me?
find the sum of two matrices and WAP for it.