what is the c.

Answers were Sorted based on User's Feedback



what is the c...

Answer / ganesh

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

Is This Answer Correct ?    7 Yes 0 No

what is the c...

Answer / akashdixit254

c is a programming language they ae use to create a software
they are run only c editior they are roboust ,secure ,oop
supported language

Is This Answer Correct ?    1 Yes 0 No

what is the c...

Answer / nishant jain

C is a high-level and general purpose programming language that is ideal for developing firmware or portable applications. Originally intended for writing system software, C was developed at Bell Labs by Dennis Ritchie for the Unix Operating System (OS) in the early 1970

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

what is the difference between NULL('\0') and 0?

14 Answers   Microsoft,


What is the meaning When we write "#include" what is # and what does include does there???

22 Answers   HCL, Wipro,


Explain how do you determine whether to use a stream function or a low-level function?

0 Answers  


there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?

1 Answers  


what do you mean by enumeration constant?

0 Answers  






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.

0 Answers  


i have a written test in tomorrow

1 Answers   NNN, Value Labs,


Explain how many levels deep can include files be nested?

0 Answers  


What are predefined functions in c?

0 Answers  


main() { char x; while(x=0;x<=255;x++) printf("\nAscii value %d Charater %c",x,x); }

2 Answers  


How do you use a 'Local Block'?

0 Answers   Ericsson,


how can use subset in c program and give more example

0 Answers  


Categories