What are the complete rules for header file searching?
No Answer is Posted For this Question
Be the First to Post Answer
What is the meaning of 2d in c?
Can a binary search tree be used as an index? If yes, how? Explain
Give a method to count the number of ones in a 32 bit number?
What is a buffer in c?
how to write optimum code to divide a 50 digit number with a 25 digit number??
how to find out the reverse number of a digit if it is input through the keyboard?
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 is the output of the program and explain why?? #include<stdio.h> void main ( ) { int k=4,j=0: switch (k) { case 3; j=300; case 4: j=400: case 5: j=500; } printf (ā%d\nā,j); }
What is 2 d array in c?
What does malloc () calloc () realloc () free () do?
What is that continue statement??
List out few of the applications that make use of Multilinked Structures?