What is data structure in c and its types?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of bit field?
application of static variables in real time
Why & is used in scanf in c?
What is actual argument?
what is the program to display your name in any color?
What is merge sort 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 difference b/w NULL and null?
Why array starts with index 0
What math functions are available for integers? For floating point?
Which built-in library function can be used to match a patter from the string?
write a program that print itself even if the source file is deleted?