Answer Posted / k pavan
c is a programmic lunge whais was introduced tothe world in
1972 by dennies reche. its plays a majour role in comptr
programming.and also it is basic 4 all other language.
| Is This Answer Correct ? | 15 Yes | 4 No |
Post New Answer View All Answers
How pointers are declared?
What is the difference between declaring a variable and defining a variable?
Is struct oop?
#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
What are register variables? What are the advantage of using register variables?
Why is #define used?
what are # pragma staments?
What is a structural principle?
What are the rules for identifiers in c?
Write a progarm to find the length of string using switch case?
Is c a great language, or what?
In c programming language, how many parameters can be passed to a function ?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
How important is structure in life?