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

YBJBU6

1 Answers  


What do header files do?

0 Answers  


What are enums in c?

0 Answers  


Explain how do you determine whether to use a stream function or a low-level function?

0 Answers  


What are the two types of structure?

0 Answers  






Write code for atoi(x) where x is hexadecimal string.

5 Answers   Adobe,


how to find binary of number?

2 Answers  


what is the purpose of the code, and is there any problem with it. unsigned int v[10]; unsigned int i = 0; while (i < 10) v[i] = i++;

2 Answers   Google,


how to swap 4 number without using temporary number?

2 Answers  


Discuss similarities and differences of Multiprogramming OS and multiprocessing OS?

4 Answers   TCS,


How is a macro different from a function?

0 Answers   Tech Mahindra,


Can a local variable be volatile in c?

0 Answers  


Categories