what is a c-language.what is do.

Answer Posted / useless

C is just like a sea. very wide and deep....

Is This Answer Correct ?    5 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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)

675


What is a null string in c?

575


Without Computer networks, Computers will be half the use. Comment.

1861


What is operator precedence?

635


Explain how do you search data in a data file using random access method?

687






Is main is user defined function?

583


How can I find the modification date and time of a file?

594


What is the difference between c and python?

571


What is the best way to comment out a section of code that contains comments?

770


How do we declare variables in c?

558


typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none

701


Explain the difference between malloc() and calloc() function?

590


What are extern variables in c?

537


‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.

1867


If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?

770