What is the -> in c?
No Answer is Posted For this Question
Be the First to Post Answer
7. Identify the correct argument for the function call fflush() in ANSI C: A)stdout B)stdin C)stderr D)All the above
What is c standard library?
any string of bits of length 'n' represents a unique non- negative integer between.............?
How do you write a program which produces its own source code as its output?
What is the difference between arrays and pointers?
find a number whether it is even or odd without using any control structures and relational operators?
22 Answers Microsoft, Shashank Private Limited,
what are # pragma staments?
In a byte, what is the maximum decimal number that you can accommodate?
How to convert decimal to binary in C using recursion??
program to find the roots of a quardratic equation
Is r written in c?
wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }