Answer Posted / akash
it is language after B
| Is This Answer Correct ? | 39 Yes | 28 No |
Post New Answer View All Answers
What are pointers really good for, anyway?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
please give me some tips for the placement in the TCS.
in iso what are the common technological language?
Ow can I insert or delete a line (or record) in the middle of a file?
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..
how many key words availabel in c a) 28 b) 31 c) 32
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
Write a program to print numbers from 1 to 100 without using loop in c?
What is #include stdlib h?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
What is #line used for?
What is a rvalue?
Write a program for finding factorial of a number.
Array is an lvalue or not?