What are the advantages of using linked list for tree construction?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }
can we declare a variable in different scopes with different data types? answer in detail
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
what is difference between getchar,putchar functions and printf and scanf function? does putchar show output only when input given to it
swap 2 numbers without using third variable?
What are the average number of comparisons required to sort 3 elements?
What is the use of sizeof () in c?
enum day = { jan = 1 ,feb=4, april, may} what is the value of may? a)4 b)5 c)6 d)11 e)none of the above
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
When should a far pointer be used?
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
Array is an lvalue or not?