what is the function of pragma directive in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the use of ~ in c lang?????
WRITE A PROGRAM TO PRINT THE FOLLOWING OUTPUTS USING FOR LOOPS. A) * B) ***** *** * * ***** * * *****
What is the main difference between calloc () and malloc ()?
How can I access a memory located at certain address?
can we declare a variable in different scopes with different data types? answer in detail
write an interactive program to generate the divisors of a given integer.
What is the use of a conditional inclusion statement in C?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
What is the difference between struct and typedef struct in c?
What does nil mean in c?
Should a function contain a return statement if it does not return a value?
Is main is user defined function?