What are the rules for identifiers in c?
No Answer is Posted For this Question
Be the First to Post Answer
design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.
7. Identify the correct argument for the function call fflush() in ANSI C: A)stdout B)stdin C)stderr D)All the above
How to develop software using "c" programming?
Explain the importance and use of each component of this string: Foo.Bar, Version=2.0.205.0, Culture=neutral, PublicKeyToken=593777ae2d274679d
How many types of errors are there in c language? Explain
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++;
what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }
Why header file is used in c?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
What is the purpose of sprintf() function?
What are the data types present in c?
How do you view the path?