Why cant I open a file by its explicit path?


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

Post New Answer

More C Interview Questions

What is the use of in c?

0 Answers  


Write code for finding depth of tree

2 Answers   Adobe,


Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;

2 Answers   Lucent,


triangle number finding program...

1 Answers   HCL,


In the below code, how do you modify the value 'a' and print in the function. You'll be allowed to add code only inside the called function. main() { int a=5; function(); // no parameters should be passed } function() { /* add code here to modify the value of and print here */ }

1 Answers  






What is n in c?

0 Answers  


Explain goto?

0 Answers  


Explain how are portions of a program disabled in demo versions?

0 Answers  


out put of printf(ā€œ%dā€,printf(ram));

5 Answers  


What is the difference between printf and scanf )?

0 Answers  


what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values

0 Answers   College School Exams Tests,


a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above

0 Answers  


Categories