Explain how do you view the path?
Whats s or c mean?
pascal triangle program
Write a program with dynamically allocation of variable.
no consistent academics. how to answer the question
what is pointer ? what is the use of pointer?
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!+....
Explain how can you restore a redirected standard stream?
regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression
Why is sprintf unsafe?
Explain what is the difference between the expression '++a' and 'a++'?
How can a number be converted to a string?
what type of questions arrive in interview over c programming?