What is #ifdef ? What is its application?
No Answer is Posted For this Question
Be the First to Post Answer
Is there a way to jump out of a function or functions?
i=10,j=20 j=i,j?(i,j)?i:j:j print i,j
List the difference between a While & Do While loops?
Why calloc is better than malloc?
What is use of #include in c?
why effort estimation is important?
Is c call by value?
Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors
What is graph in c?
What are keywords c?
Why flag is used in c?
write a c program to find largest number in matrix(in each row,each column, diagonally, and in the whole matrix)? Its urgent.