Can you apply link and association interchangeably?


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

Post New Answer

More C Interview Questions

Meaning of () in c

1 Answers  


What is the difference between a function and a method in c?

0 Answers  


write a own function to compare two strings with out using stringcomparition function?

6 Answers   LG Soft, Sasken,


What is C language Terminator?

15 Answers   TCS,


int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?

14 Answers   Verifone,






Explain function pointer with exapmles.

2 Answers  


Can you write the algorithm for Queue?

0 Answers   College School Exams Tests, TCS,


#include<stdio.h> #include<conio.h> void main() { float a; clrscr(); a=0.5; if(a==0.5) printf("yes"); else printf("no"); getch(); }

9 Answers   TCS,


write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.

0 Answers   Subex,


What is the significance of scope resolution operator?

0 Answers   Agilent, ZS Associates,


what does ‘#include’ mean?

1 Answers   TCS,


pgm to reverse string using arrays i.e god is love becomes love is god) (assumption:only space is used for seperation of words) no addtional memory used.i.e no temporary arrays can used.

4 Answers   Persistent, Valyoo,


Categories