WHAT IS C?

Answer Posted / nani

c is a basic programming language

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In C programming, what command or code can be used to determine if a number of odd or even?

612


What is the modulus operator?

726


If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402

3240


Explain how does flowchart help in writing a program?

615


why we wont use '&' sing in aceesing the string using scanf

1773






PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM

1696


What is the difference between functions getch() and getche()?

611


What are the types of type qualifiers in c?

639


Is main is user defined function?

583


Why c is called top down?

615


How do I determine whether a character is numeric, alphabetic, and so on?

614


Is malloc memset faster than calloc?

603


Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]

619


Why c is called object oriented language?

573


how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions

2710