Is this program statement valid? INT = 10.50;
No Answer is Posted For this Question
Be the First to Post Answer
to get a line of text and count the number of vowels in it
In which category does main function belong??
What type of function is main ()?
Can include files be nested? How many levels deep can include files be nested?
Why c is called top down?
what is link list?
main difference between c and c++ language
Program to find larger of the two numbers without using if-else,while,for,switch
what is the function of .h in #include<stdio.h> in c ?
23 Answers HCL, IBM, Wipro,
Why ordinary variable store only one value
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
What is pointers in c with example?