code for replace tabs with equivalent number of blanks
What's the right way to use errno?
What is variable in c with example?
How to establish connection with oracle database software from c language?
How can you check to see whether a symbol is defined?
What are identifiers in c?
what is c?
What is wrong with this program statement?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
write a program to interchange the value between two variable without using loop
how to find the largest element of array without using relational operater?