What is character constants?
No Answer is Posted For this Question
Be the First to Post Answer
How can I make a program in c to print 'Hello' without using semicolon in the code?
9 Answers C DAC, Practical Viva Questions,
How to write a program to receive an integer & find its octal equivalent by using for loop?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
What is Function Pointer? Explain with example?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
how to display 2-D array elements in spiral
Identify the operators that is not used with pointer a. && b. # c. * d. >>
write a program to compare 2 numbers without using logical operators?
Write a program to show the change in position of a cursor using c
Explain how can you restore a redirected standard stream?
how to print a statement in c without use of console statement ,with the help of if statement it should print
a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above