What are the advantages of c language?
No Answer is Posted For this Question
Be the First to Post Answer
What is #include stdio h?
In which layer of the network datastructure format change is done
Find occurence of a character in a sting.
while running a program, i got the msg that press return key to exit.what that mean in C as there are no such options as far i know.
Write a C Programm.. we press 'a' , it shows the albhabetical number is 1, if we press 'g' it shows the answer 7.. any can help me
if we take a number as a char then can we manipulate(add, subtract) on this number
What are high level languages like C and FORTRAN also known as?
FIND THE OUTPUT IF THE INPUT IS 5 5.75 void main() { int i=1; float f=2.25; scanf("%d%f",&i,&f); printf("%d %f",,i,f); } ANSWER IS 5 AND 2.25 WHY?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
Is main() function predfined or userdefined?
What are the 4 data types?
How many types of errors are there in c language? Explain