Is c# a good language?
No Answer is Posted For this Question
Be the First to Post Answer
What does a run-time "null pointer assignment" error mean?
What are the advantages of using macro in c language?
const char * char * const What is the differnce between the above tow?.
If errno contains a nonzero number, is there an error?
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
11 Answers HCL, Vector, Vector India, Vector Solutions, Wipro,
why we wont use '&' sing in aceesing the string using scanf
Is c still used in 2019?
What is c programing language?
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 the method to save data in stack data structure type?
will u please send me the placement papers to my mail???????????????????
How to write c functions that modify head pointer of a linked list?