Are c and c++ the same?
No Answer is Posted For this Question
Be the First to Post Answer
Why we use stdio h in c?
Is c weakly typed?
What are the different types of storage classes in C?
Unsigned char c; for ( c=0;c!=256;c++2) printf("%d",c); No. of times the loop is executed ?
inline function is there in c language?
How can I call fortran?
Is it possible to run using programming C for Java Application?
Explain how can I make sure that my program is the only one accessing a file?
how we do lcm of two no using c simple if while or for statement
write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..
can we declare a variable in different scopes with different data types? answer in detail
any "C" function by default returns an a) int value b) float value c) char value d) a & b