Answer Posted / rehana
c is a basic language c programming means combined
programming its comes from BCPL(BASIC COMBINED PROGRAMMIN
LANGUAGE) its used to develope system and application
softwares.
| Is This Answer Correct ? | 16 Yes | 10 No |
Post New Answer View All Answers
How pointer is different from array?
Explain what are linked list?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
What are the 5 types of organizational structures?
Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer
Is c compiled or interpreted?
What is dynamic memory allocation?
How can I read a binary data file properly?
What are the scope of static variables?
How to define structures? ·
Explain how can I remove the trailing spaces from a string?
Write program to remove duplicate in an array?
What are identifiers and keywords in c?
What is 1d array in c?
Is fortran faster than c?