What are the types of type specifiers?
No Answer is Posted For this Question
Be the First to Post Answer
WAP to find that given no is small or capital
What are the 5 data types?
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.
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
Why are all header files not declared in every c program?
Write a program to print factorial of given number using recursion?
if the address of a[1,1] and a[2,1] are 1000 and 1010 respectively and each occupies 2 bytes then the array has been stored in what order?
4 Answers Amazon, Apple, Bata, Google, NASA,
What is the use of clrscr?
How do I initialize a pointer to a function?
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.
Suggesting that there can be 62 seconds in a minute?
given post order,in order construct the corresponding binary tree