How can I do serial ("comm") port I/O?


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

Post New Answer

More C Interview Questions

write c program to display output 10(10+20)+(10+20+30)+ ... n term

0 Answers   Hindustan Gum Chemicals,


What are the 4 types of organizational structures?

0 Answers  


#include<stdio.h> int main() { int a[3][3][2]= {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18}; printf("%d\n",*(*(*a+1)); return 0; } What will be the output of the above question? And how?

1 Answers   Groupon,


how to find the sizof of any datatype using bit manipulations

3 Answers  


How the processor registers can be used in C ?

7 Answers   HP,






How many types of operators are there in c?

0 Answers  


main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }

4 Answers  


Who developed c language?

0 Answers  


Write a program to print factorial of given number without using recursion?

0 Answers  


What is struct node in c?

0 Answers  


What does the && operator do in a program code?

0 Answers  


AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?

13 Answers   HCL,


Categories