What is c language in simple words?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to print the all 4digits numbers & whose squares must me even numbers?
What is the general form of a C program?
how to write a c program to print list of fruits in alpabetical order?
What is a symbolic constant?
Code for calculating square root without using library function, of math.h
write a program to swap two numbers without using temporary variable?
how to count no of words,characters,lines in a paragraph.
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
why we wont use '&' sing in aceesing the string using scanf
write a programming in c to find the sum of all elements in an array through function.
The file stdio.h, what does it contain?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none