Write a simple code fragment that will check if a number is positive or negative.
No Answer is Posted For this Question
Be the First to Post Answer
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
What is the process to create increment and decrement stamen in c?
What is the difference between scanf and fscanf?
How can I call a function with an argument list built up at run time?
Write a program to know whether the input number is an armstrong number.
Why is structure padding done in c?
what is the Output? int a=4 b=3; printf("%d%d%d%d%d%d",a++,++a,a++,a++,++a,a++); printf("%d%d%d%d%d%d",b--,b--,--b,b--,--b,--b);
List out few of the applications that make use of Multilinked Structures?
What is Generic pointer? What is the purpose of Generic pointer? Where it is used?
what is the difference between class and unio?
Why do we need arrays in c?