What is C language ?
No Answer is Posted For this Question
Be the First to Post Answer
write a c program to print the values in words eg:- 143 written it has (one hundred and forty three)& 104, 114 are also written words
5 Answers Captronic, DELL, Google, IBM, Mithi, RCC, Wipro,
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
What is character set?
Is it possible to initialize a variable at the time it was declared?
tell me the full form of c?
How can I find out how much memory is available?
Here is a neat trick for checking whether two strings are equal
Does c have class?
Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.
what is ans for this scanf(%%d",c);
Reverse the part of the number which is present from position i to j. Print the new number.[without using the array] eg: num=789876 i=2 j=5 778986