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
What is nested structure?
what is output? main() { #define SQR(x) x++ * ++x int i = 3; printf(" %d %d ",SQR(i),i * SQR(i)); } a)9 27 b)35 60 c)20 60 d)15 175
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
Do you know null pointer?
What is the purpose of ftell?
How do you define structure?
Write a program to swap two numbers without using the third variable?
what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?
program for following output using for loop? 1 2 2 3 3 3 4 4 4 4 5 5 5 5 5
why we need function pointers?
What is variables in c?
Function calling procedures? and their differences? Why should one go for Call by Reference?