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
When is the “void” keyword used in a function?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
Explain 'far' and 'near' pointers in c.
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
Explain the use of 'auto' keyword
What is a method in c?
How are 16- and 32-bit numbers stored?
Tell me the use of bit field in c language?
What is function what are the types of function?
How do we make a global variable accessible across files? Explain the extern keyword?
What is difference between Structure and Unions?
Compare and contrast compilers from interpreters.
I need previous papers of CSC.......plz help out by posting them.......
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
Wt are the Buses in C Language