why programming language C is still used in operating system's
kernel??
Answer / khan abdullah
because this contain the pointer which does not contain by
other prog lang
| Is This Answer Correct ? | 10 Yes | 1 No |
what is diffrence between string and character array?
What is maximum size of array in c?
Explain what is wrong with this statement? Myname = ?robin?;
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
When do we get logical errors?
What is preprocessor with example?
how to print value of e(exp1)up to required no of digits after decimal?
What is the function of this pointer?
0 Answers Agilent, ZS Associates,
Write a program in C to print the alphabets in order as on a mobile phone.i.e:When 2 is pressed once 'a' prints and if it is pressed two times 'b' prints and so on.we have to print all the alphabets as on mobile phone like this.
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
Do array subscripts always start with zero?
How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran