Answer Posted / hr@tgksolutions.com
A function prototype declares the function's name, return type, and parameters without providing the actual implementation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain data types & how many data types supported by c?
Explain how do you print an address?
the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....
how to write optimum code to divide a 50 digit number with a 25 digit number??
Which is the best website to learn c programming?
What is volatile keyword in c?
Differentiate between Macro and ordinary definition.
What is the general form of #line preprocessor?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
What are enumerated types?
Explain is it valid to address one element beyond the end of an array?
p*=(++q)++*--p when p=q=1 while(q<=6)
How do you redirect a standard stream?
I need previous papers of CSC.......plz help out by posting them.......
Explain the term printf() and scanf() used in c language?