Answer Posted / leela
c is a programming language.
it is mainly support for operating system,and basic language
in programming.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Write a C program to count the number of email on text
Is it better to use malloc() or calloc()?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
int far *near * p; means
What is the difference between volatile and const volatile?
What is structure in c explain with example?
Can the “if” function be used in comparing strings?
write a c program in such a way that if we enter the today date the output should be next day's date.
What are the types of i/o functions?
What is the purpose of main( ) in c language?
Explain threaded binary trees?
What are global variables and explain how do you declare them?
What is the difference between int main and void main in c?
Why is this loop always executing once?
write a program fibonacci series and palindrome program in c