In C programming, how do you insert quote characters (‘ and “) into the output screen?
No Answer is Posted For this Question
Be the First to Post Answer
What are directives in c?
What is s in c?
Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.
Write a function that will take in a phone number and output all possible alphabetical combinations
Explain the difference between exit() and _exit() function?
Differentiate abs() function from fabs() function.
void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?
List some of the dynamic data structures in C?
wap in c to accept n number display the highest and lowest value
what is meant by the "equivalence of pointers and arrays" in C?
What is difference between main and void main?
What are the different types of errors?