Answer Posted / saranya
c language is developed by structure,array,class,etc.it can
easily created by pragramming
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is there sort function in c?
write a c program in such a way that if we enter the today date the output should be next day's date.
Why we write conio h in c?
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
Explain what is a pragma?
What is difference between structure and union in c programming?
How can you pass an array to a function by value?
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
Write a program to find factorial of a number using recursive function.
Is c easier than java?
What is malloc() function?
how can I convert a string to a number?
I need previous papers of CSC.......plz help out by posting them.......
Write a program to identify if a given binary tree is balanced or not.
What is scope rule of function in c?