How will you allocate memory to a double pointer ?
Answers were Sorted based on User's Feedback
What is difference between class and structure?
code snippet for creating a pyramids triangle ex 1 2 2 3 3 3
What are static variables in c?
Does c have function or method?
Do variables need to be initialized?
what is pointer ?
10 Answers Kernex Micro Systems,
How to reverse a string using a recursive function, without swapping or using an extra memory?
31 Answers Cisco, Mind Tree, Motorola, Ophio, Sony, TCS, Wipro,
what is a function method?give example?
Give a method to count the number of ones in a 32 bit number?
fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? }
compute the nth mumber in the fibonacci sequence?
10 Answers Canon, HPL, Satyam, TCS,
What is use of pointer?