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
write a c program to accept a given integer value and print its value in words
4 Answers Vernalis, Vernalis Systems,
When is a void pointer used?
What's the difference between calloc() and malloc()?
Does sprintf put null character?
What do you mean by a sequential access file?
what is the use of using linked list and array?
What is calloc() function?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
const char * char * const What is the differnce between the above tow?.
What is use of null pointer in c?
Explain about block scope in c?