What is fflush() function?
No Answer is Posted For this Question
Be the First to Post Answer
What is formal argument?
how to TOGGLE Nth bit of variable in a MACRO
How does normalization of huge pointer works?
how to find string length wihtout using c function?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?
how to find the sizof of any datatype using bit manipulations
write the program for maximum of the following numbers? 122,198,290,71,143,325,98
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
Why do u use # before include in a C Progam?
What does return 1 means in c?
How to add two numbers with using function?