what type of language is C?

Answer Posted / kiruthiga

c is a general purpose proramming language

Is This Answer Correct ?    18 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between strcpy() and memcpy() function?

684


Can a variable be both const and volatile?

678


A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?

1779


What is meant by preprocessor in c?

540


Why cant I open a file by its explicit path?

597






What is difference between far and near pointers?

614


Write a program to print ASCII code for a given digit.

692


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.

1484


What do you mean by invalid pointer arithmetic?

638


What is typedef struct in c?

592


How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?

1595


What are comments and how do you insert it in a C program?

748


What does sizeof return c?

610


What is gets() function?

675


What 'lex' does?

723