What is new line escape sequence?
No Answer is Posted For this Question
Be the First to Post Answer
What is the explanation for modular programming?
What are dangling pointers in c?
What is the main difference between calloc () and malloc ()?
What are the __date__ and __time__ preprocessor commands?
How are structure passing and returning implemented?
the format specified for hexa decimal is a.%d b.%o c.%x d.%u
how to set Nth bit of a variable?
write a function to swap an array a[5] elements like a[0] as a[5],a[1] as a[4],....a[5] as a[0].without using more than one loop and use one array not to use temp array?
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?
main() { clrscr(); } clrscr();
What will be the outcome of the following conditional statement if the value of variable s is 10?
What are the features of c languages?