Explain what?s happening in the first constructor: public class c{ public c(string a) : this() {;}; public c() {;} } How is this construct useful?
1 8082If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?
6 9793f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?
7 10764f(x,y,z) { y = y+1; z = z+x; } main() { int a,b; a = 2 b = 2; f(a+b,a,a); print a; } what is the value of 'a' printed
5 8129helllo sir give me some information of the basic information the c as printf ,scanf , %d ,%f and why is the main use of these.
3 7899helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe
2 6453
Explain the binary height balanced tree?
What is an auto keyword in c?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
Differentiate between full, complete & perfect binary trees.
What is call by reference in functions?
What is hashing in c language?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
What is p in text message?
How do we open a binary file in Read/Write mode in C?
What is the right way to use errno?
Explain what are preprocessor directives?
Why c language?
a c code by using memory allocation for add ,multiply of sprase matrixes
Tell us bitwise shift operators?
Explain setjmp()?