Is there a way to switch on strings?
No Answer is Posted For this Question
Be the First to Post Answer
What is ponter?
WAP TO ACCEPT STRING AND COUNT A COMES N TIMES B COMES N TIMES C COMES N TIMES D COMES N TIMES AND SO ON......... AT LAST UNTIL Z COMES N TIMES...............
Write a C program to read the internal test marks of 25 students in a class and show the number of students who have scored more than 50% in the test. Make necessary assumptions.
How can I do graphics in c?
What is a void pointer in c?
Can a program have two main functions?
When is the “void” keyword used in a function?
Do you have any idea about the use of "auto" keyword?
44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?
Write a c pgm for leap year
11 Answers College School Exams Tests, IBM, TCS,
can u suggest me am in a confusion to choose whether to go to c programming or a software testing . am a graduate in B.sc(electronics).
How to delete a node from linked list w/o using collectons?