What is the use of the function in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are the salient features of c languages?
how to execute with out main in cprogram
1 1 12 21 123 321 12344231 how i creat it with for loop??
player is good if the following conditions are satisfied: He is either from “India”, “Japan” or “Korea” He has a minimum of 3 years of experience He has won at least 3 major tournaments, and one of them must be "World Championship Tournament". He must know more than 10 techniques. (but see next question) If he knows less than 10 techniques, then he must be a world champion. His name contains at least 3 words. For example "Sachin Tendulkar" will not meet this condition. Write a method: boolean isGoodPlayer(String name, String country, int yearsExperience, String[] majorTournamentsWon, String[] techniques, boolean isWorldChampion) name country yearsExperience majorTournamentsWon techniques isWorldChampion
how to implement stack operation using singly linked list
What is a memory leak? How to avoid it?
What is the use of keyword VOLATILE in C?
Why do we use int main instead of void main in c?
The code is::::: if(condition) Printf("Hello"); Else Printf("World"); What will be the condition in if in such a way that both Hello and world are printed in a single attempt?????? Single Attempt in the sense... It must first print "Hello" and it Must go to else part and print "World"..... No loops, Recursion are allowed........................
14 Answers HOV Services, IBM, Potty,
What is the use of a conditional inclusion statement in C?
What is formal argument?
How would you sort a linked list?