main()
{
charx;
while (x=0;x<=255;x++)
printf("\nAscii value %d Character %c,x,x);
}
Answers were Sorted based on User's Feedback
Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates
Is c procedural or functional?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
program that accepts amount in figures and print that in words
2 Answers Infosys, Lovely Professional University, Wipro,
Differentiate call by value and call by reference?
Why static variable is used in c?
How many levels of pointers have?
int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?
Explain what is the purpose of "extern" keyword in a function declaration?
What is Memory leakage ?
What is a structure in c language. how to initialise a structure in c?
Explain what will the preprocessor do for a program?