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

What are pointers? Why are they used?

0 Answers  


what is pointer?

4 Answers  


write a program for 7*8 = 56 ? without using * multiply operator ? output = 56

6 Answers   Xavient,


What is c language in simple words?

0 Answers  


How do you define a string?

0 Answers  






What are the modifiers available in c programming language?

0 Answers  


Can you please explain the difference between syntax vs logical error?

0 Answers  


Explain continue keyword in c

0 Answers  


What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }

4 Answers   ADITI,


What are the two forms of #include directive?

0 Answers   Aspire, Infogain,


char *p="name"; printf(p);

1 Answers  


Program to find the value of e raised to power x using while loop

5 Answers   IBM, N Tech,


Categories