Answer Posted / s.sherlin
c is a structure oriented or procedure oriented language.
c language is top down approach
| Is This Answer Correct ? | 13 Yes | 6 No |
Post New Answer View All Answers
How can you increase the size of a dynamically allocated array?
which is an algorithm for sorting in a growing Lexicographic order
What is the use of function in c?
What is dynamic variable in c?
C program to find all possible outcomes of a dice?
State the difference between x3 and x[3].
What are the 5 types of inheritance in c ++?
How to write a code for reverse of string without using string functions?
Can we access the array using a pointer in c language?
What does void main () mean?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
Can a program have two main functions?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
What is data types?
Explain zero based addressing.