all c language question
No Answer is Posted For this Question
Be the First to Post Answer
c programming of binary addition of two binary numbers
What is the full form of getch?
if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE
Define circular linked list.
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
Can two or more operators such as and be combined in a single line of program code?
What is a structure member in c?
Which are low level languages?
Explain the difference between strcpy() and memcpy() function?
What is the difference between far and near in c?
Rapunzel walks into the forest of forgetfullness. She meets a Lion who lies on Monday Tuesdays and Wednesdays and meets a rabbit who lies on Thurs fridays and saturdays . On that day both say that "I lied yesterday". What day is it .
main() { int a; a=++100; printf("%d",a); getch(); }