Which is an example of a structural homology?


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

Post New Answer

More C Interview Questions

#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }

0 Answers   Wilco,


4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none

10 Answers  


What is the difference between procedural and declarative language?

0 Answers  


what is the difference between arrays and linked list

26 Answers   MAHINDRA, Tech Mahindra, Wipro,


Write a program to print a (*)pattern programming (A to Z) in capital in one programming ?

2 Answers   TCS,






How to swap 3 numbers without using 4th variable?

5 Answers  


sir i wanted to know how we wap in c to add numbers without using arithmetic operator in which digits are entered by user?

2 Answers  


In a byte, what is the maximum decimal number that you can accommodate?

0 Answers  


What is calloc() function?

0 Answers  


How can you check to see whether a symbol is defined?

0 Answers  


Which programming language is best for getting job 2020?

0 Answers  


what is difference between array of characters and string

18 Answers   Accenture, Nest,


Categories