How can a process change an environment variable in its caller?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between union All statement and Union?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.
How are portions of a program disabled in demo versions?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
2 Answers Aricent, Manipal University,
Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A
Are pointers integers in c?
What is data structure in c and its types?
How can you find the exact size of a data type in c?
What is the difference between fread and fwrite function?
Write a program to print factorial of given number without using recursion?
Reverse a string word by word??