Does c have class?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we use & in c?
When can a far pointer be used?
Is c programming hard?
What is the difference between #include <header file> and #include “header file”?
which operator having lowest precedence?? a.)+ b.)++ c.)= d.)%
2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);
Which of the following data structures is on average the fastest for retrieving data: 1) Binary Tree 2) Hash Table 3) Stack
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?
What are the ways to a null pointer can use in c programming language?
int x=5; printf("%d%d%d",x,x<<2,x>>2);
main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output??
19 Answers EBS, Ramco, Sangwin, TCS,