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 are the different storage classes in c?

0 Answers   TCS,


please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }

3 Answers  


I want tcs placement papers of 2004-2009 , its urgent

6 Answers   TCS, Wipro,


Which built-in library function can be used to match a patter from the string?

0 Answers  


How to write a program to receive an integer & find its octal equivalent by using for loop?

1 Answers   Google,






Write a program in C for showing working of different logical operator in C. Your program should guide users with proper message/menu on the console.

3 Answers   HCL,


int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

0 Answers  


write a 'c' program to sum the number of integer values

8 Answers  


Who is invented by c?

24 Answers   Infosys, Mphasis,


In how much time you will write this c program? Prime nos from 1 to 1000

2 Answers   TCS,


WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..

0 Answers  


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

0 Answers   Ignou,


Categories