How do we open a binary file in Read/Write mode in C?
write a c program to add two integer numbers without using arithmetic operator +
Is there any book to know about Basics of C Language?
What is the difference between text and binary i/o?
what is the maximum limit of row and column of a matrix in c programming. in linux .
i want to know the procedure of qualcomm for getting a job through offcampus
what is the disadvantage of using macros?
main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }
What is an operator?
Explain what is the stack?
How to write c functions that modify head pointer of a linked list?
Design a program using an array that searches a number if it is found on the list of the given input numbers and locate its exact location in the list.
Why c is called free form language?