Is flag a keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"
i want to job in your company, so how it will be possible.
When should the volatile modifier be used?
What is define c?
how to find string length wihtout using c function?
How can a program be made to print the line number where an error occurs?
consider the following structure: struct num nam{ int no; char name[25]; }; struct num nam n1[]={{12,"Fred"},{15,"Martin"},{8,"Peter"},{11,Nicholas"}}; ..... ..... printf("%d%d",n1[2],no,(*(n1 + 2),no) + 1); What does the above statement print? a.8,9 b.9,9 c.8,8 d.8,unpredictable value
whats the use of header file in c?
what are the facialities provided by you after the selection of the student.
In how much time you will write this c program? Prime nos from 1 to 1000
what is the difference between procedure oriented and object oriented progaming language
main() { int i; printf("%d",scanf"%d",&i))//if the input is 12 24 34 then wat will be the output }