What is the difference between text files and binary files?
No Answer is Posted For this Question
Be the First to Post Answer
Why does everyone say not to use scanf? What should I use instead?
int i=~0; uint j=(uint)i; j++; printf(“%d”,j);
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.
Explain what is a static function?
What is the difference between far and near in c?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
write a addition of two no. program with out using printf,scanf,puts .
Without using main fn and semicolon,print remainder for a given number in C language
how to write a data 10 in address location 0x2000
Can we compile a program without main() function?
How many levels of pointers have?
what is ans for this scanf(%%d",c);