A c program to display count values from 0 to 100 and flash
each digit for a secong.reset the counter after it reaches
100.use for loop,. pls guys hepl me.. :(
No Answer is Posted For this Question
Be the First to Post Answer
why division operator not work in case of float constant?
What is 1d array in c?
what is the code to display color fonts in the output?
write a program to print sum of each row of a 2D array.
How to define structures? ·
How do we open a binary file in Read/Write mode in C?
Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].
what is the associativity of bitwise OR operator?
what is difference between array and structure?
44 Answers College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
0 Answers Amdocs, Apps Associates,
program to print upper & lower triangle of a matrix
Is c# a good language?