What are nested functions in c?
No Answer is Posted For this Question
Be the First to Post Answer
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
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...
Program to display given 3 integers in ascending order
write a programming in c language, 1 3 5 7 9 11
Write a progarm to find the length of string using switch case?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
how to find string length wihtout using c function?
Can include files be nested?
what is the difference between char * const and const char *?
What is dynamic variable in c?
what is y value of the code if input x=10 y=5; if (x==10) else if(x==9) elae y=8; a.9 b.8 c.6 d.7
program to locate string with in a string with using strstr function