Answer Posted / santhi
the variable which can be modified.
| Is This Answer Correct ? | 24 Yes | 33 No |
Post New Answer View All Answers
Define VARIABLE?
formula to convert 2500mmh2o into m3/hr
Explain what is the most efficient way to store flag values?
What is the argument of a function in c?
What is c token?
what are # pragma staments?
What are the differences between new and malloc in C?
what does static variable mean?
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!+....
Mention four important string handling functions in c languages .
What is the difference between constant pointer and constant variable?
What is the purpose of scanf() and printf() functions?
What is the use of pointers in C?
What is ambagious result in C? explain with an example.
What is the difference between the local variable and global variable in c?