main()
{
charx;
while (x=0;x<=255;x++)
printf("\nAscii value %d Character %c,x,x);
}
Answers were Sorted based on User's Feedback
What is the significance of an algorithm to C programming?
What is p in text message?
a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static Which of the Following Statements are true w.r.t Bit-Fields A)a,b&c B)Only a & b C)Only c D)All
3 Answers Accenture, Digg.com,
Describe explain how arrays can be passed to a user defined function
Explain the use of 'auto' keyword
Tell me can the size of an array be declared at runtime?
what is the purpose of the code, and is there any problem with it. unsigned int v[10]; unsigned int i = 0; while (i < 10) v[i] = i++;
write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?
What are extern variables in c?
what is difference between array and structure?
44 Answers College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,
write a program to find out prime number using sieve case?
What is Heap?