What are terms in math?
No Answer is Posted For this Question
Be the First to Post Answer
1 232 34543 4567654 can anyone tell me how to slove this c question
What is pointer to pointer in c language?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
How do you use a 'Local Block'?
Define VARIABLE?
Main must be written as a.the first function in the program b.Second function in the program c.Last function in the program d.any where in the program
19 Answers CTS, HCL, TCS,
What are the types of unary operators?
What are pointers in C? Give an example where to illustrate their significance.
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
how to compare two strings without using strcmp() function??
What is the difference between CV and Resume ?
What is the modulus operator?