What is s or c?


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

Post New Answer

More C Interview Questions

what is pointer

1 Answers   TCS,


How many types of operators are there in c?

0 Answers  


Why c is called procedure oriented language?

0 Answers  


f(x,y,z) { y = y+1; z = z+x; } main() { int a,b; a = 2 b = 2; f(a+b,a,a); print a; } what is the value of 'a' printed

5 Answers  


How do we declare variables in c?

0 Answers  






What is the total generic pointer type?

0 Answers  


What is meant by global static? why we have to use static variable instead of Global variable

4 Answers   L&T,


Why is c platform dependent?

0 Answers  


Can you please explain the difference between exit() and _exit() function?

0 Answers  


Define Spanning-Tree Protocol (STP)

0 Answers  


which will be first in c compiling ,linking or compiling ,debugging.

3 Answers   Sonata,


What is .obj file in c?

0 Answers  


Categories