Between macros and functions,which is better to use and why?
No Answer is Posted For this Question
Be the First to Post Answer
What is the memory allocated by the following definition ? int (*x)[10];
Why is c platform dependent?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.
Why c is a mother language?
write a program to convert a expression in polish notation (postfix) to inline (normal)
What is an array in c?
What is the purpose of #pragma directives in C?
What does extern mean in a function declaration?
What is the function of multilevel pointer in c?
print 1-50 with two loop & two print Statement
Write a program for print infinite numbers