What are local variables c?
No Answer is Posted For this Question
Be the First to Post Answer
wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VOLEDEMORT"); }
how many argument we can pas in in a function
what is the use of fflush() function?
Differentiate between static and dynamic modeling.
convert 0.9375 to binary
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 do you determine whether to use a stream function or a low-level function?
Why string is used in c?
write a programme that inputs a number by user and gives its multiplication table.
what is differnence b/w macro & functions
Write a program to print fibonacci series using recursion?
what is the difference between auto and static keywords
1 Answers cDot, College School Exams Tests, TCS,