What is c definition?
No Answer is Posted For this Question
Be the First to Post Answer
WHAT IS ABSTRACT DATA TYPE
How we add our function in liabrary as liabrary function. Exp. we want use our int factorical(int); function as int pow(int,int); function working in math header file.
What is volatile keyword in c?
How can I remove the trailing spaces from a string?
Write a C++ program to give the number of days in each month according to what the user entered. example: the user enters June the program must count number of days from January up to June
What is string length in c?
What are multibyte characters?
who is the founder of c
19 Answers College School Exams Tests, HP,
what is the difference between unix os and linux os
Write a program to swap two numbers without using a temporary variable?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
What does & mean in scanf?