What is d scanf?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how do you override a defined macro?
What is a global variable in c?
what is the purpose of the code, and is there any problem with it. bool f( uint n ) { return (n & (n-1)) == 0; }
How to write c functions that modify head pointer of a linked list?
how to swap 2 numbers in a single statement?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
C,c++, Java is all are structural oriented or procedure oriented language..?
a simple program in c language
Why can arithmetic operations not be performed on void pointers?
Are pointers integers in c?
How can you access memory located at a certain address?
What is the use of a conditional inclusion statement in C?