Answer Posted / sudharsan
c is a basic structural programming language and this is a
advanced version of cobal and pascal etc....
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the properties of union in c?
What is a list in c?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
How can I open files mentioned on the command line, and parse option flags?
How does #define work?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
Why we use int main and void main?
What is the use of static variable in c?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
Describe newline escape sequence with a sample program?
Why are algorithms important in c program?
What is const and volatile in c?
what type of questions arrive in interview over c programming?
What is s in c?