Can you explain what keyboard debouncing is, and where and
why we us it?
please give some examples
No Answer is Posted For this Question
Be the First to Post Answer
Is c is a high level language?
What is use of pointer?
How can I read and write comma-delimited text?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
Which node is more powerful and can handle local information processing or graphics processing?
What is the use of getch ()?
1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
0 Answers MAHINDRA, Protech, Sivan Tech,
Differentiate between declaring a variable and defining a variable?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
how to reverse string "Hello World" by using pointers only. Without any temp var
How do you construct an increment statement or decrement statement in C?