What are the primitive data types in c?
No Answer is Posted For this Question
Be the First to Post Answer
how logic is used
2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);
We can draw a box in cprogram by using only one printf();& without using graphic.h header file?
what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }
a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above
write a progrmm in c language take user interface generate table using for loop?
What is "Duff's Device"?
Why doesn't C support function overloading?
Is null always equal to 0(zero)?
What is 02d in c?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
What are the applications of c language?