What is new line escape sequence?
No Answer is Posted For this Question
Be the First to Post Answer
how to make program without <> in libray.
develop algorithms to add polynomials (i) in one variable
write a program of bubble sort using pointer?
What are reserved words?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
Why isnt any of this standardized in c?
What is the significance of an algorithm to C programming?
What is a program flowchart and how does it help in writing a program?
Is there anything like an ifdef for typedefs?
what are bps & baud rates? differentiate these two?
What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }
what is difference between declaring the pointer as int and char in c language?