explain what is a newline escape sequence?
No Answer is Posted For this Question
Be the First to Post Answer
How. To pass the entrance test
What is wrong in this statement? scanf(“%d”,whatnumber);
Is stack a keyword in c?
struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]
program to locate string with in a string with using strstr function
can a union be self-referenced?
Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }
What is the real time usage volatile?
How to find the digits truncation when assigning the interger variable to the character variables. like int i=500; char x = i : here we have truncation. how to find this. another ex: i =100; char x=i. here we do not have truncation.
Write a program to print a (*)pattern programming (A to Z) in capital in one programming ?
Which is best linux os?
WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"