What is indirection?
No Answer is Posted For this Question
Be the First to Post Answer
What does 1f stand for?
6)swap(int x,y) { int temp; temp=x; x=y; y=temp; } main() { int x=2;y=3; swap(x,y); } after calling swap ,what are yhe values x&y?
What are the applications of c language?
what is the maximum limit of row and column of a matrix in c programming. in linux .
In C program, at end of the program we will give as "return 0" and "return 1", what they indicate? Is it mandatory to specify them?
Who invented bcpl language?
how to count no of words,characters,lines in a paragraph.
Is there any book to know about Basics of C Language?
c program to manipulate x=1+3+5+...+n using recursion
What is const and volatile in c?
What does int main () mean?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...