Does c have class?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the use of bit fieild.
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; } }
Write a program of prime number using recursion.
Apart from dennis ritchie who the other person who contributed in design of c language.
Is c++ based on c?
What is variable and explain rules to declare variable in c?
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
Explain what is output redirection?
What is a memory leak? How to avoid it?
two progs are given. one starts counting frm 0 to MAX and the other stars frm MAX to 0. which one executes fast.
write a C program to print the program itself ?!
a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static Which of the Following Statements are true w.r.t Bit-Fields A)a,b&c B)Only a & b C)Only c D)All
3 Answers Accenture, Digg.com,