What are variables and it what way is it different from constants?
No Answer is Posted For this Question
Be the First to Post Answer
What are the 5 elements of structure?
What are header files? What are their uses?
1. What will be the output of the following programs. a) #include <stdio.h> Main() { Int x=4; While(x==1) { X=x-1; Printf(ā%dā,x); --x; } }
In a byte, what is the maximum decimal number that you can accommodate?
What is sizeof return in c?
can anyone suggest some site name..where i can get some good data structure puzzles???
find the output of the following program main() { int x=5, *p; p=&x; printf("%d",++*p); }
How do you list files in a directory?
What is the use of parallelize in spark?
pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )
Why we use void main in c?
Is c easy to learn?