Do character constants represent numerical values?
No Answer is Posted For this Question
Be the First to Post Answer
Do character constants represent numerical values?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
Which of the following is not an infinite loop ? a.while(1){ .... } b.for(;;){ ... } c.x=0; do{ /*x unaltered within theloop*/ ... }while(x==0); d.# define TRUE 0 ... while(TRUE){ .... }
What is C language Terminator?
Explain the use of 'auto' keyword in c programming?
What is a header file?
Explain how are 16- and 32-bit numbers stored?
How can I convert a number to a string?
Given an array A[n+m] of n+m numbers, where A[1] ... A[n] is sorted and A[n+1] ... A[n+m] is sorted. Design a linear time algorithm to obtain A[1...n+m] sorted using only O(1) extra space. Time Complexity of your algorithm should be O(n) and Space Complexity O(1).
c language interview questions & answer
how to swap 2 numbers within a single statement?
Distinguish between actual and formal arguments.