What is merge sort in c?
No Answer is Posted For this Question
Be the First to Post Answer
difference between function & structure
what is inline function?
How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;
void main() { int i=5; printf("%d",i+++++i); }
Is struct oop?
c pgm count no of lines , blanks, tabs in a para(File concept)
What is scanf () in c?
. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The value of b[-1] is (A) 1 (B) 3 (C) -6 (D) none
What is the use of a static variable in c?
List some basic data types in c?
How can I prevent another program from modifying part of a file that I am modifying?
what is diffrence between string and character array?