how could explain about job profile
No Answer is Posted For this Question
Be the First to Post Answer
any "C" function by default returns an a) int value b) float value c) char value d) a & b
What are different types of operators?
how many argument we can pas in in a function
int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?
the format specified for hexa decimal is a.%d b.%o c.%x d.%u
What is difference between structure and union in c?
code for find determinent of amatrix
write a program to display reverse of a number using for loop?
different between overloading and overriding
define string ?
a=0; b=(a=0)?2:3; a) What will be the value of b? why b) If in 1st stmt a=0 is replaced by -1, b=? c) If in second stmt a=0 is replaced by -1, b=?
What is Full Form of C and Why We use C