explain what is a newline escape sequence?
No Answer is Posted For this Question
Be the First to Post Answer
what is bit rate & baud rate? plz give wave forms
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
Explain a pre-processor and its advantages.
who is the father of C Language?
20 Answers CTS, UST,
what type of language is C?
Between macros and functions,which is better to use and why?
What is bubble sort in c?
program to convert a integer to string in c language'
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
Why is c so important?
Explain argument and its types.
If I have a char * variable pointing to the name of a function ..