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

1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output

2 Answers  


#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } Find the output

5 Answers   CitiGroup,


why r u join this company? give solid resons.

16 Answers   IBM, Infosys, TCS,


Write a factorial program using C.

0 Answers   iNautix,


Describe dynamic data structure in c programming language?

0 Answers  






What are the restrictions of a modulus operator?

0 Answers  


What does the function toupper() do?

0 Answers  


What is c standard library?

0 Answers  


What is a class?

3 Answers  


pgm to reverse string using arrays i.e god is love becomes love is god) (assumption:only space is used for seperation of words) no addtional memory used.i.e no temporary arrays can used.

4 Answers   Persistent, Valyoo,


Why doesn't the code "a[i] = i++;" work?

4 Answers  


what are the advantages of a macro over a function?

0 Answers   TCS,


Categories