What is the symbol indicated the c-preprocessor?
No Answer is Posted For this Question
Be the First to Post Answer
How does pointer work in c?
Why is conio.h not required when we save a file as .c and use clrscr() or getch() ?
write a proram to reverse the string using switch case?
what is unsigened char and what is the difference from char
how to print 212 as Twohundreds twelve plz provide me ans soon
How do you list files in a directory?
Explain how can I manipulate strings of multibyte characters?
What is the difference between a string and an array?
WAP to convert text into its ASCII Code and also write a function to decode the text given?
What are the differences between new and malloc in C?
Explain how do you determine whether to use a stream function or a low-level function?
I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?