What is the difference between text and binary i/o?
No Answer is Posted For this Question
Be the First to Post Answer
How will you delete a node in DLL?
Explain the difference between structs and unions in c?
Explain what does the format %10.2 mean when included in a printf statement?
what is the definition of storage classes?
How does the C program handle segmentation faults?
Why do some versions of toupper act strangely if given an upper-case letter?
what is the use of operator ^ in C ? and how it works?
#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..
What are structure types in C?
What is variable in c example?
What does the error 'Null Pointer Assignment' mean and what causes this error?
What extern c means?