explain what is a newline escape sequence?
No Answer is Posted For this Question
Be the First to Post Answer
What are the uses of a pointer?
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
What is getch () for?
What is #define in c?
What is the use of #define preprocessor in c?
Who invented bcpl language?
What is the output of the program #include<stdio.h> #include<conio.h> void main() {0 int i,j=20; clrscr(); for(i=1;i<3;i++) { printf("%d,",i); continue; printf("%d",j); break; } getch(); }
How can I recover the file name given an open stream or file descriptor?
number of times a digit is present in a number
Write a program to enter the name and age. If age>28 then find salary categories. if age<28 then find that you are gaduate or not.
Write a program to reverse a string.
0 Answers Global Logic, iNautix, TCS, Wipro,
hi how to convert program from notepad to turboc editor can u please help me