the maximum width of a c variable name can be
a) 6 characters
b) 8 characters
c) 10 characters
d) 20 characters
Answers were Sorted based on User's Feedback
Write a program to print a (*)pattern programming (A to Z) in capital in one programming ?
Why isn't any of this standardized in c? Any real program has to do some of these things.
How does C++ help with the tradeoff of safety vs. usability?
What is define c?
What are register variables in c?
what is the code to display color fonts in the output?
Explain main function in c?
what is the difference between const char *p, char const *p, const char* const p
5 Answers Accenture, Aricent, CTS, Geometric Software, Point Cross, Verizon,
Explain data types & how many data types supported by c?
what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }
How can I discover how many arguments a function was actually called with?
what is difference between c and c++