How can I check whether a file exists? I want to warn the user if a requested input file is missing.
No Answer is Posted For this Question
Be the First to Post Answer
What is function definition in c?
When should the const modifier be used?
discuss the steps needed to get a program from source code to executable in a system?
write a c program to find the roots of a quadratic equation ax2 + bx + c = 0
11 Answers CSC, St Marys, TATA,
Can u please send me the exam pattern and also Previous papers to javed123go@gmail.com
#define min((a),(b)) ((a)<(b))?(a):(b) main() { int i=0,a[20],*ptr; ptr=a; while(min(ptr++,&a[9])<&a[8]) i=i+1; printf("i=%d\n",i);}
Diff: between this 2 classes in terms of memory class A { int i; char c; double d; }; class A { double d; int i; char c; }; How it is calculating?
main is a predefined or user define function if user defined why? if predefined whay?
code for find determinent of amatrix
How can I find the modification date of a file?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
How can I dynamically allocate arrays?