State two uses of pointers in C?
No Answer is Posted For this Question
Be the First to Post Answer
Is it better to use a macro or a function?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
What is #define used for in c?
What is the right way to use errno?
which will be first in c compiling ,linking or compiling ,debugging.
Explain enumerated types in c language?
What is sizeof in c?
What is meant by realloc()?
Print all the palindrome numbers.If a number is not palindrome make it one by attaching the reverse to it. eg:123 output:123321 (or) 12321
What are the rules for the identifier?
what is c++ programming?
What are types of functions?