Do string constants represent numerical values?
No Answer is Posted For this Question
Be the First to Post Answer
consagous technology placement paper
When was c language developed?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
Where are local variables stored in c?
what is the coding of display the factorial of a number using array and function?
Differentiate between #include<...> and #include '...'
What is modifier & how many types of modifiers available in c?
What is the scope of global variable in c?
Where define directive used?
Write a code of a general series where the next element is the sum of last k terms.
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
How does pointer work in c?