What are pointers?
No Answer is Posted For this Question
Be the First to Post Answer
What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?
What is the difference between functions abs() and fabs()?
What is a const pointer in c?
What is the use of printf() and scanf() functions?
is assignment operator is arithmatic or not
I need a sort of an approximate strcmp routine?
which types of data structure will i use to convert infix to post fix???
Write code for initializing one dimentional and two dimentional array in a C Program?
5 Answers Deshaw, Edutech, GMD,
f(x,y,z) { y = y+1; z = z+x; } main() { int a,b; a = 2 b = 2; f(a+b,a,a); print a; } what is the value of 'a' printed
Why clrscr is used after variable declaration?
Where are some collections of useful code fragments and examples?
What is type qualifiers?