in linking some of os executables are linking name some of them


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

Post New Answer

More C Interview Questions

what is output? main() { #define SQR(x) x++ * ++x int i = 3; printf(" %d %d ",SQR(i),i * SQR(i)); } a)9 27 b)35 60 c)20 60 d)15 175

5 Answers   Wipro,


Is sizeof a keyword in c?

0 Answers  


why you will give me a job in TCS.

7 Answers   TCS,


#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }

1 Answers  


What is page thrashing?

0 Answers  






If the size of int data type is two bytes, what is the range of signed int data type?

0 Answers  


While(1) { } when this loop get terminate is it a infinite loop?

5 Answers  


What is type qualifiers?

0 Answers  


Write a c program to demonstrate character and string constants?

0 Answers  


What is a nested formula?

0 Answers  


How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)

4 Answers  


Example of friendly function in c++

2 Answers  


Categories