Coding Syntax

WELCOME TO CODING SYNTAX

  • My First Blog Post

    August 21, 2019 by

    Be yourself; Everyone else is already taken. — Oscar Wilde. This is the first post on my new blog. I’m just getting this new blog going, so stay tuned for more. Subscribe below to get notified when I post new updates.

  • DEVELOP AND DESIGN A PROGRAM OF TWO DIGIT NUMBER INTO WORD.

    August 21, 2019 by

    #include <stdio.h> void main() {               int n, units, tens;               void f1 (int);               void f2 (int);               void f3( int);               printf(“Enter positive value of n less than 100\n”);               scanf_s(“%d”, &n);               if (n < 10)                            f1(n);               else if (n < 20)                            f2(n);               else if (n < 100)… Read more

View all posts

Follow My Blog

Get new content delivered directly to your inbox.

Design a site like this with WordPress.com
Get started