Explain the difference between the local variable and global variable in c?
A program to allow an input operand and operator from the operator and read on the display and output operand.
write a prgram of swapping with 2 valiables
Why cann't whole array can be passed to function as value.
What is identifier in c?
Which are low level languages?
what is meant by flushll() in c programming?
Where are some collections of useful code fragments and examples?
what are the general concepts of c and c++
What is a macro, and explain how do you use it?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision
Explain what math functions are available for integers? For floating point?