Answer Posted / ankith.v
we need to follow Syntax
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is the meaning of c in c language?
Process by which one bit pattern in to another by bit wise operation is?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
What is C language ?
How can you allocate arrays or structures bigger than 64K?
explain what is fifo?
What is the hardest programming language?
can we change the default calling convention in c if yes than how.........?
How can I send mail from within a c program?
What does. int *x[](); means ?
What does sizeof int return?
What is structure packing in c?
How to implement a packet in C
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
Which is the memory area not included in C program? give the reason