Difference between exit() and _exit() function?
No Answer is Posted For this Question
Be the First to Post Answer
Why is struct padding needed?
Explain zero based addressing.
What are the types of assignment statements?
Is c is a low level language?
f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?
9 Answers Hughes, Tech Mahindra,
why we use pointer in c
who is first prime minister in india??
void swap(int a,int b) { a=a+b; b=a-b; a=a-b; } in this code always gives the same result for all case
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
2 Answers HCL, IBM, Satyam, Vimal, Vimukti Technologies,
Which is best linux os?
what is the difference between arrays and linked list
26 Answers MAHINDRA, Tech Mahindra, Wipro,
mplementation of stack using any programing language