How can a process change an environment variable in its caller?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to find the given number is odd or even without using any loops(if,for,do,while)
Who developed c language?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
What are the different types of pointers used in c language?
Write a program to swap two numbers without using third variable?
explain about storage of union elements.
Tell me about low level programming languages.
What is the difference between c and python?
write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..
ABCDCBA ABC CBA AB BA A A
what is the difference b/w compiler and debugger?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration