Why c is called free form language?
No Answer is Posted For this Question
Be the First to Post Answer
suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan
What language is c written?
What are pragmas and what are they good for?
what is pointer?
What are the various types of control structures in programming?
Tell me can the size of an array be declared at runtime?
Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.
write a c code "if you give a any decimal number then print that number in english alphabet"? ex: i/p: 552 o/p: five hundred fifty two ...
How old is c programming language?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
What library is sizeof in c?
What is structure padding ?