What is oops c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a C/C++ program that connects to a MySQL server and displays the global TIMEZONE.
Differentiate between full, complete & perfect binary trees.
What does 1f stand for?
How to declare pointer variables?
. 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
logic for generating all the combinations of the any number of given letters. ex::::::::: if a,b,c,d are given the o/p should be abcd,dcba,dbac,bcad,................ 4*3*2*1 combinations............
difference between malloc and calloc
Write a program in C to reverse a number by recursive function?
What is c preprocessor mean?
what is dangling pointer?
write a program to display & create a rational number
Explain about the functions strcat() and strcmp()?