what is the c.

Answer Posted / ganesh

c is a language which is used to create the console applications.

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Sir i need notes for structure,functions,pointers in c language can you help me please

1939


What is the general form of a C program?

593


Which one would you prefer - a macro or a function?

593


Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.

4830


can we implement multi-threads in c.

655






write a progrmm in c language take user interface generate table using for loop?

1567


What does == mean in texting?

653


What is the purpose of type declarations?

673


How can you increase the size of a statically allocated array?

607


What is s in c?

601


What is #include stdio h and #include conio h?

592


What does the c in ctime mean?

557


How to throw some light on the b tree?

600


Why shouldn’t I start variable names with underscores?

621


what are bit fields? What is the use of bit fields in a structure declaration?

1494