How will you allocate memory to a double pointer ?
Answers were Sorted based on User's Feedback
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 Answers C DAC, CDAC, Infosys, Wipro,
show how link list can be used to repersent the following polynomial i) 5x+2
What functions are used in dynamic memory allocation in c?
What are the rules for the identifier?
how to find your architecture is LittleEndian or BigEndian?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
Explain how do you print only part of a string?
What is identifiers in c with examples?
What are the two types of structure?
Why is c called c not d or e?
program to find a smallest number in an array