What is realloc in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the use of bitfields & where do we use them?
how can u print a message without using any library function in c
What is the output of the following progarm? #include<stdio.h> main( ) { int x,y=10; x=4; y=fact(x); printf(ā%d\nā,y); } unsigned int fact(int x) { return(x*fact(x-1)); } A. 24 B. 10 C. 4 D. none
Explain zero based addressing.
What is the significance of an algorithm to C programming?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
is it possible to create your own header files?
to get a line of text and count the number of vowels in it
write a program to interchange the value between two variable without using loop
Can you please explain the difference between exit() and _exit() function?
Explain how can you check to see whether a symbol is defined?
How to explain the final year project as a fresher please answer with sample project