How can I do serial ("comm") port I/O?
No Answer is Posted For this Question
Be the First to Post Answer
i want to make a program in which we use input having four digits(4321) and get output its reciprocal(1234).
What is an operator?
main difference between c and c++ language
what is the use of operator ^ in C ? and how it works?
Which header file is essential for using strcmp function?
WAP to find that given no is small or capital
Explain what is wrong with this program statement?
main() { unsigned int k = 987 , i = 0; char trans[10]; do { trans[i++] =(char) (k%16 > 9 ? k%16 - 10 + 'a' : '\0' ); } while(k /= 16); printf("%s\n", trans); }
Does * p ++ increment p or what it points to?
what is foreign key in c language?
What are the 4 data types?
how many key words availabel in c a) 28 b) 31 c) 32