What is the purpose of realloc()?
No Answer is Posted For this Question
Be the First to Post Answer
What does %p mean c?
Can we declare function inside main?
what is difference between array and structure?
44 Answers College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,
Write a simple code fragment that will check if a number is positive or negative.
What is optimization in c?
What does %p mean?
How do I swap bytes?
discuss the steps needed to get a program from source code to executable in a system?
What is an array? What the different types of arrays in c?
Write a program with dynamically allocation of variable.
program for comparing 2 strings without strcmp()
when will be evaluated as true/ if(x==x==x) a) x=1; b) x=0; c) x=-1; d) none