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
What is the difference between char array and char pointer?
What is the output of below code? main() { static in a=5; printf("%3d",a--); if(a) main(); }
What are derived data types in c?
how can be easily placed in TCS.
Who is the main contributor in designing the c language after dennis ritchie?
What are the restrictions of a modulus operator?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
how to execute a program using if else condition and the output should enter number and the number is odd only...
what is the code for getting the output as * ** ***
If input is 123 then how to print 100 and 20 and 3 seperately?
What is static memory allocation? Explain
WRITE A C PROGRAM FOR PRINT "RHOMBUS" STRUCTURE . Example: Enter the numbers :3 * * * * * * * *