How do you construct an increment statement or decrement statement in C?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how are 16- and 32-bit numbers stored?
what is the output of the below code? main( ) { printf ( "\nOnly stupids use C?" ) ; display( ) ; } display( ) { printf ( "\nFools too use C!" ) ; main( ) ; }
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
Are pointers integers in c?
print out put like this form 1 2 3 4 5 6 3 5 7 9 11 8 12 16 20
I heard that you have to include stdio.h before calling printf. Why?
Why can't I perform arithmetic on a void* pointer?
Is calloc better than malloc?
what is bit rate & baud rate? plz give wave forms
What is the process to create increment and decrement stamen in c?
Can we initialize extern variable in c?
wat are the two methods for swapping two numbers without using temp variable??