Explain the ternary tree?
No Answer is Posted For this Question
Be the First to Post Answer
difference between c and c++?
What is double pointer in c?
What is the real time usage volatile?
how does the C compiler interpret the following two statements p=p+x; q=q+y; a. p=p+x; q=q+y b. p=p+xq=q+y c. p=p+xq; q=q+y d. p=p+x/q=q+y
Explain how do you override a defined macro?
What are the benefits of organizational structure?
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
String concatenation
What is a pointer on a pointer in c programming language?
What are the main characteristics of c language describe the structure of ac program?
. 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 variable declaration and definition in c?