Not all reserved words are written in lowercase. TRUE or FALSE?
No Answer is Posted For this Question
Be the First to Post Answer
Why is it usually a bad idea to use gets()? Suggest a workaround.
logic for generating all the combinations of the any number of given letters. ex::::::::: if a,b,c,d are given the o/p should be abcd,dcba,dbac,bcad,................ 4*3*2*1 combinations............
What are the advantages of external class?
program for following output using for loop? 1 2 3 4 5 2 3 4 5 3 4 5 4 5 5
write a program that print itself even if the source file is deleted?
What are qualifiers and modifiers c?
main() { int x=5,y=10,z=0; x=x++ + y++; y=y++ + ++x; z=x++ + ++y; printf("%d%d%d\n",x,y,z); }
Why is main function so important?
Are pointers integer?
Explain why C language is procedural?
How do you print only part of a string?
character array A[12] can hold