C language interview questions solution for freshers beginners placement tricky good pointers answers explanation operators data types arrays structures functions recursion preprocessors looping file handling strings switch case if else printf advance linux objective mcq faq online written test prime numbers Armstrong Fibonacci series factorial palindrome code programs examples on c++ tutorials and pdf
I am having a hard time making this code in c, please help. Basically a triangle pattern with numbers and corresponding numbers of asterisk. 1 * 2. 3 ** ***
5 comments:
Thank you for this help! It was simple and easy to understand
scanf in c++?
scanf in c++?
cin>>n;
I am having a hard time making this code in c, please help. Basically a triangle pattern with numbers and corresponding numbers of asterisk.
1
*
2. 3
** ***
4. 5 6
**** ***** ******
Post a Comment