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

is it possible to change the default calling convention in c ?

1 Answers   Aptech,


What is assert and when would I use it?

0 Answers  


Can the size of an array be declared at runtime?

0 Answers  


c program to manipulate x=1+3+5+...+n using recursion

2 Answers   Wipro,


int main() { int i=1; switch(i) { case '1': printf("hello"); break; case 1: printf("Hi"); break; case 49: printf("Good Morning"); break; } return 0; }

3 Answers  


Taking an example,differentiate b/w loader and linker ?

1 Answers  


write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

0 Answers   IBM,


How does pointer work in c?

0 Answers  


why TCS selected more student in the software field from all institution.

5 Answers   TCS,


What does it mean when a pointer is used in an if statement?

0 Answers  


Is array name a pointer?

0 Answers  


What is Lazy evaluation in C? Give an example.

1 Answers  


Categories