What is ctrl c called?
No Answer is Posted For this Question
Be the First to Post Answer
Write code for finding depth of tree
Write a code to determine the total number of stops an elevator would take to serve N number of people.
what are bps & baud rates? differentiate these two?
Tell me with an example the self-referential structure?
can we declare a function in side the structure?
What is 2 d array in c?
How many bytes are occupied by near, far and huge pointers (dos)?
main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }
Explain what a Binary Search Tree is.
Why is c still so popular?
What does the && operator do in a program code?
Who is invented by c?