What is the use of pragma in embedded c?
No Answer is Posted For this Question
Be the First to Post Answer
we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?
Explain the binary height balanced tree?
What is array of structure in c?
what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"
What are structure types in C?
void main() { int i=5; printf("%d",i++ + ++i); }
What is the process to create increment and decrement stamen in c?
HOW DO YOU HANDLE EXCEPTIONS IN C?
What is memcpy() function?
How do I swap bytes?
write a c program in such a way that if we enter the today date the output should be next day's date.
How to avoid buffer overflow?