Explain how do you view the path?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Whats s or c mean?

0 Answers  


pascal triangle program

2 Answers  


Write a program with dynamically allocation of variable.

0 Answers   Atos Origin,


no consistent academics. how to answer the question

0 Answers  


what is pointer ? what is the use of pointer?

6 Answers   Infosys,


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!+....

2 Answers   Ignou,


Explain how can you restore a redirected standard stream?

0 Answers  


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

1 Answers   TCS,


Why is sprintf unsafe?

0 Answers  


Explain what is the difference between the expression '++a' and 'a++'?

0 Answers  


How can a number be converted to a string?

1 Answers  


what type of questions arrive in interview over c programming?

0 Answers  


Categories