Why do we use return in c?
No Answer is Posted For this Question
Be the First to Post Answer
Why isn't any of this standardized in c? Any real program has to do some of these things.
What is the best way to comment out a section of code that contains comments?
What are the different types of storage classes in C?
What are the salient features of c languages?
Explain how can I convert a string to a number?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
How do you convert strings to numbers in C?
WHY DO WE USE A TERMINATOR IN C LANGUAGE?
Main must be written as a.the first function in the program b.Second function in the program c.Last function in the program d.any where in the program
19 Answers CTS, HCL, TCS,
What is the meaning of typedef struct in c?
Write a code of a general series where the next element is the sum of last k terms.
What is the memory allocated by the following definition ? int (*x)[10];