Can variables be declared anywhere in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain bitwise shift operators?
How we can set and clear bit in a byte using macro function?
What is the use of putchar function?
What is openmp in c?
what is the output of the following program? #include<stdio.h> void main() { int x=4,y=3,z; z=x-- -y; printf("\n%d %d %d",x,y,z); }
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
how to add numbers without using arithmetic operators.
Explain what are the different file extensions involved when programming in c?
What is && in c programming?
how to print this pyramid * * * * * * * * * * * * *
How to avoid buffer overflow?