Answer Posted / tamil
Procedural language
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Difference between malloc() and calloc() function?
Define recursion in c.
What is a method in c?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
write a program for the normal snake games find in most of the mobiles.
What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }
What is a char in c?
What is the mean of function?
What is wrong with this initialization?
How is null defined in c?
What is structure in c language?
in iso what are the common technological language?
What is #ifdef ? What is its application?
Explain what is the advantage of a random access file?
diff between exptected result and requirement?