What is the difference between text and binary modes?
No Answer is Posted For this Question
Be the First to Post Answer
How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)
Explain what does a function declared as pascal do differently?
write a C code To reverse a linked list
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?
a simple c program using 'for' loop to display the output 5 4 3 2 1
Explain the difference between #include "..." And #include <...> In c?
find the output of the following program main() { int x=5, *p; p=&x; printf("%d",++*p); }
How is actual parameter different from the formal parameter?
cavium networks written test pattern ..
Explain why can’t constant values be used to define an array’s initial size?
write a program in C to swap two variables
What is meant by operator precedence?