in linking some of os executables are linking name some of them
No Answer is Posted For this Question
Be the First to Post Answer
fn f(x) { if(x<=0) return; else f(x-1)+x; }
ratio,age,persentage
wat s the meaning of (int *)p +4;
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it. i have done maximum par but i m findind problem in the commented area. please help...
what is the diff b/w static and non static variables in C. Give some examples plz.
1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?
How macro execution is faster than function ?
my name is nani i completed my b-tech in hyd now i want go for interveiw but i dont know the process of software field interveiws plz help me anyone how many rouds there n what rounds plz plz plz help me n where i can get these details
Explain what is page thrashing?
Who is the founder of c language?
What do you mean by recursion in c?