What are the different types of linkage exist in c?


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

Post New Answer

More C Interview Questions

/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }

1 Answers   CDAC,


What are the general description for loop statement and available loop types in c?

0 Answers  


Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?

0 Answers  


What is character constants?

0 Answers  


How can you find the exact size of a data type in c?

0 Answers  






int i=10; printf("%d %d %d", i, i=20, i);

0 Answers  


wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VOLEDEMORT"); }

2 Answers  


Explain the red-black trees?

0 Answers  


how to capitalise first letter of each word in a given string?

0 Answers  


what is the output of the following program and explain the answer #include<stdio.h> exp() { main(5) } main(int a) { printf("%d",a); return; }

3 Answers   Satyam,


what is c

1 Answers  


What is p in text message?

0 Answers  


Categories