What is new line escape sequence?
No Answer is Posted For this Question
Be the First to Post Answer
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
What are the 32 keywords in c?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
what is the difference between declaration and definition of a variable or function ?
how the compiler treats any volatile variable?Explain with example.
Why dont c comments nest?
Write a progarm to find the length of string using switch case?
Can u return two values using return keyword? If yes, how? If no, why?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
what is the basis for selection of arrays or pointers as data structure in a program
what is the use of keyword volatile??