Answer Posted / ramprakash
'C' means controller language which controls various
operations with complxity......
| Is This Answer Correct ? | 11 Yes | 9 No |
Post New Answer View All Answers
How many types of operators are there in c?
In a switch statement, explain what will happen if a break statement is omitted?
How can I split up a string into whitespace-separated fields?
Is c is a low level language?
What are the keywords in c?
How does struct work in c?
Explain how can I convert a number to a string?
What does *p++ do?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
Differentiate between the = symbol and == symbol?
By using C language input a date into it and if it is right?
Explain About fork()?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
List some of the static data structures in C?
What are the general description for loop statement and available loop types in c?