Answer Posted / ganesh
c is a language which is used to create the console applications.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Is c procedural or object oriented?
Is calloc better than malloc?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
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.
Explain how do you use a pointer to a function?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
What are the different types of control structures?
What is table lookup in c?
What is the purpose of 'register' keyword in c language?
what are non standard function in c
What will be your course of action for a push operation?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
what is event driven software and what is procedural driven software?
Why cant I open a file by its explicit path?
What are global variables?