Answer Posted / abirami
it is a common language. combination with cobol and fortarn.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What is sorting in c plus plus?
Is c is a high level language?
Why we not create function inside function.
What is volatile keyword in c?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
What is the maximum length of an identifier?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
Write a program to use switch statement.
When is a “switch” statement preferable over an “if” statement?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
C language questions for civil engineering
pierrot's divisor program using c or c++ code
What are the similarities between c and c++?
Are there any problems with performing mathematical operations on different variable types?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;