who is the founder of c
Answer Posted / nayanprakash
kthomson and denicsh ritch
| Is This Answer Correct ? | 21 Yes | 33 No |
Post New Answer View All Answers
What is && in c programming?
Can the “if” function be used in comparing strings?
write a program to concatenation the string using switch case?
while initialization of array why we use a[][2] why not a[2][]...?
What is the difference between far and near in c?
Explain what does the format %10.2 mean when included in a printf statement?
Why is c platform dependent?
Explain how do you print only part of a string?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
What are predefined functions in c?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
How is pointer initialized in c?
Write a program to swap two numbers without using third variable in c?