What are external variables in c?
No Answer is Posted For this Question
Be the First to Post Answer
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
what is available in C language but not in C++?
10 Answers CTS, TCS,
find the size of structure without using the size of function
Program to find the sum of digits of a given number until the sum becomes a single digit
is compiler do read the data line by line or not. ??
6 Answers LG Soft, Satyam, Tech Mahindra,
1. What will be the output of the following programs. a) #include <stdio.h> Main() { Int x=4; While(x==1) { X=x-1; Printf(“%d”,x); --x; } }
What are keywords in c with examples?
write a c program to change only the 3rd bit of the particular number such that other bits are not affected.. if bitnum=10(say.. it can be any no..
When a c file is executed there are many files that are automatically opened what are they files?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
Write a program to print factorial of given number without using recursion?
why you will give me a job in TCS.