Answer Posted / hr@tgksolutions.com
C is a general-purpose, procedural programming language that supports structured programming. It is widely used for system software and application development.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is extern storage class in c?
Is using exit() the same as using return?
What is the difference between array_name and &array_name?
What is the full form of getch?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
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.
How does free() know explain how much memory to release?
What is the difference between struct and union in C?
How many bytes is a struct in c?
Who is the main contributor in designing the c language after dennis ritchie?
Where we use clrscr in c?
What is array in c with example?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
Explain how can I open a file so that other programs can update it at the same time?
what do u mean by Direct access files? then can u explain about Direct Access Files?