who is the founder of c
Answer Posted / nayanprakash
kthomson and denicsh ritch
| Is This Answer Correct ? | 21 Yes | 33 No |
Post New Answer View All Answers
Why isn't it being handled properly?
Can include files be nested? How many levels deep can include files be nested?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
What is the general form of #line preprocessor?
What is boolean in c?
Where are the auto variables stored?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
Explain the use of 'auto' keyword in c programming?
How can you pass an array to a function by value?
Explain 'far' and 'near' pointers in c.
What are the advantages of using new operator as compared to the function malloc ()?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
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.
Are global variables static in c?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1