Answer Posted / sri
in C structures are used...but in cpp classes are
used..which is more secured
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Explain what is gets() function?
What is calloc()?
What is logical error?
What is the difference between class and object in c?
Can a pointer be volatile in c?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
What is sizeof array?
What is a lookup table in c?
What is typeof in c?
Where in memory are my variables stored?
What is data type long in c?
What is meant by int main ()?
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 solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software