Do you know pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
what are bps & baud rates? differentiate these two?
What are the uses of a pointer?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
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.
Write a program to generate random numbers in c?
Write a program to generate the first n terms in the series --- 9,11,20,31,...,82
Explain how can type-insensitive macros be created?
What is equivalent to ++i+++j?
What are the advantages of Macro over function?
What is the purpose of ftell?
How many header files are in c?
What is the purpose of the statement: strcat (S2, S1)?