Should I learn data structures in c or python?
No Answer is Posted For this Question
Be the First to Post Answer
How many keywords (reserve words) are in c?
Explain the properties of union. What is the size of a union variable
There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side?
Tell me is null always defined as 0(zero)?
a c code by using memory allocation for add ,multiply of sprase matrixes
What is the difference between void main and main in c?
a=0; b=(a=0)?2:3; a) What will be the value of b? why b) If in 1st stmt a=0 is replaced by -1, b=? c) If in second stmt a=0 is replaced by -1, b=?
what is the diference between pointer to the function and function to the pointer?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
what is the difference between getch() and getchar()?
a linear linked list such that the link field of its last node points to the first node instead of containing NULL a) linked list b) circular linked list c) sequential linked list d) none
to get a line of text and count the number of vowels in it