Describe newline escape sequence with a sample program?
No Answer is Posted For this Question
Be the First to Post Answer
suppose there are five integers write a program to find larger among them without using if- else
How to print India by nested loop? I IN IND INDI INDIA
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
to find the program of matrix multiplication using arrays
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
i have a written test in tomorrow
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
Explain what are the different data types in c?
can any one provide me the notes of data structure for ignou cs-62 paper
Write a C Program to display the following menu: Menu 1. Display 2. Copy 3. Append 4. Exit Accept the choice (1-4) from the user, and perform the following tasks: Choice 1: Accept a file name from the user and display the file on screen Choice 2: Accept two file names, and copy first file to the second Choice 3: Accept two file names, and append second file to the first file Choice 4: Terminate the program
1 Answers Accenture, Concor, DMU, Satyam, Syntel, Tora,
what is disadvantage of pointer in C