What are the types of data files?
No Answer is Posted For this Question
Be the First to Post Answer
write a own function to compare two strings with out using stringcomparition function?
What is volatile
what is linkage error when it occurs in c program
What is pointer to pointer in c language?
Why are algorithms important in c program?
Find Error if any in below code, Justify ur answer: struct xx { int a; struct yy { char c; struct xx* p; } struct yy* q; }
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
How will you find a duplicate number in a array without negating the nos ?
Why doesnt that code work?
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? Upload a C program to demonstrate the behaviour of the game.
write a programme to enter some number and find which number is maximum and which number is minimum from enterd numbers.
what is the associativity of bitwise OR operator?