software development latest blog

Scanf () Function..

Syntax:
 scanf("format characters",&variable1,&variable2, .......);

ex:
a) scanf("%d", &a);
b) scanf("%d %d", &a, &b);
c) scanf("%d %f %c, ", &a, &b, &c);
& -> address of operator

Use of scanf function in C

-> Scanf is an input function , the header for which is stdio.h
-> This function tak...

Read more

advantages-to-learn-c-programming

 Did you know C language is one of the most popular programming languages in the world? If you master it, then you can learn several high-level advanced programming languages. So, it seems exciting and informative, right? So, keep reading this blog to get complete knowledge about C and its courses with complete information.

C language??

C programming language is the most popu...

Read more