How can I open a file so that other programs can update it at the same time?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between call by value and call by reference in c?
how to write hello word without using semicolon at the end?
Are enumerations really portable?
Write a programme to find even numbers without using any conditional statement?
3 Answers ADD Software, Infosys,
How we add our function in liabrary as liabrary function. Exp. we want use our int factorical(int); function as int pow(int,int); function working in math header file.
What is a char in c?
ABCDCBA ABC CBA AB BA A A
WHAT WILL BE OUTPUT OF BELOW CODE . . AND PLEASE EXPLAIN HOW IT COME .. #include<stdio.h> #include<conio.h> void main() { int k=20; printf("%d%d%d%d",k,k++,++k,k); getch(); }
What is the difference between if else and switchstatement
What is the process of writing the null pointer?
What is table lookup in c?
using for loop sum 2 number of any 4 digit number in c language