How can I access an I o board directly?


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

Post New Answer

More C Interview Questions

a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode

0 Answers  


What is getch() function?

0 Answers  


What is the difference between memcpy and memmove?

0 Answers  


In which category does main function belong??

5 Answers  


1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?

3 Answers   Qualcomm,






What is a structural principle?

0 Answers  


What is structure padding in c?

0 Answers  


main() { static char *s[]={"black","white","yellow","voilet"}; char **ptr[]={s+3,s+2,s+1,s}, ***p; p=ptr; **++p; printf("%s",*--*++p+3); }

1 Answers  


i want to make a program in which we use input having four digits(4321) and get output its reciprocal(1234).

1 Answers  


What are the advantages of the functions?

0 Answers  


What are the different flags in C? And how they are useful? And give example for each in different consequences?

1 Answers  


What is struct node in c?

0 Answers  


Categories