What is operator precedence?
No Answer is Posted For this Question
Be the First to Post Answer
How are structure passing and returning implemented?
How variables are declared in c?
/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
int *a[5] refers to
Given a piece of code int x[10]; int *ab; ab=x; To access the 6th element of the array which of the following is incorrect? (A) *(x+5) (B) x[5] (C) ab[5] (D) *(*ab+5} .
how to print this sereis 2 4 3 6 5..........?
please send me the code for multiplying sparse matrix using c
what is function pointer?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
How can I generate floating-point random numbers?
What is the function of this pointer?
0 Answers Agilent, ZS Associates,
what are non standard function in c