Why do we use pointer to pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a C program to find the smallest of three integers, without using any of the comparision operators.
Can include files be nested? How many levels deep can include files be nested?
n=7623 { temp=n/10; result=temp*10+ result; n=n/10 }
Place the #include statement must be written in the program?
What does %f mean c?
print 1-50 with two loop & two print Statement
What are the advantages of using new operator as compared to the function malloc ()?
What is the output of below code? main() { static int a=5; printf("%3d",a--); if(a) main(); }
I need previous papers of CSC.......plz help out by posting them.......
What are the properties of union in c?
macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration
12 Answers HCL, Infosys, Microsoft,
What is conio h in c?