Explain threaded binary trees?
No Answer is Posted For this Question
Be the First to Post Answer
What is the size of structure pointer in c?
4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none
Two's compliment of -5
What is the size of a union variable?
What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }
What are called c variables?
What are local variables c?
What is hungarian notation? Is it worthwhile?
What is scanf () in c?
what is the hardware model of CFG( context free grammar)
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
write a program in C to swap two variables