What is 'bus error'?
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
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
#include<stdio.h> void main() { int a=10,b=20,c=30; printf("%d",scanf("%d%d%d",&a,&b,&c)); } what is the output for this?
How can my program discover the complete pathname to the executable from which it was invoked?
Is the C language is the portable language...If yes...Then Why...and if not then what is problem so it is not a Portable language..???
What are pragmas and what are they good for?
Did c have any year 2000 problems?
what is object oriental programing?
Write a program to find minimum between three no.s whithout using comparison operator.
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
What are static functions?
What is undefined behavior?