Answer Posted / tamil
Procedural language
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Calculate 1*2*3*____*n using recursive function??
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
What math functions are available for integers? For floating point?
Why is c faster?
what are # pragma staments?
What is static volatile in c?
#include
how can use subset in c program and give more example
What is the return type of sizeof?
Is c a great language, or what?
Is javascript based on c?
how we can make 3d venturing graphics on outer interface
What is typedf?