What do you mean by c?
Answer / dhanshri chabukswar
c is a language used to write programs that tell the computer what to do - like calculations ,controlling devices or building operating systems.
c is a powerful,structured and portable programming language used to develop software and system applications ...
| Is This Answer Correct ? | 0 Yes | 0 No |
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
Are the expressions * ptr ++ and ++ * ptr same?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
2 Answers HCL, IBM, Satyam, Vimal, Vimukti Technologies,
write a “Hello World” program in “c” without using a semicolon?
What is the difference between new and malloc functions?
Explain the use of keyword 'register' with respect to variables.
Explain how do you determine whether to use a stream function or a low-level function?
What is static memory allocation? Explain
What is an example of enumeration?
What are the types of type qualifiers in c?
What are the 5 types of inheritance in c ++?
What is the difference between int and float?