Learn Advance C| Advance C Classes with Real time Project

Page 1

Welcome to Professional Training Institute


Institute Profile

 No. 32, 38 / 1, 2rd Floor, Sri Ram

Arcade, Housar Main Road, Bommanahalli, Bengaluru 560068  Phone : +91 89514 22196  Email : ptinstituteblr@gmail.com  Website:http://www.ptinstitute.in/


What is C Programming Language ď‚— C is a general-purpose, imperative

computer programming language, supporting structured programming, lexical variable scope and recursion, while a static type system prevents many unintended operations


Why “C”  It is the most popular language in worldwide  Easy to Learn  C compilers generate efficient object code.  C is very flexible and versatile, allowing

maximum control with minimal commands.


Let us look at a simple example to print “Hello� #include <stdio.h> int main() { printf("Hello"); return 0; }


 Here printf() displays the string inside quotation  The command #include <stdio.h> tells the compiler to    

take the standard input and output. The printf(),scanf() will not work, if you have not included #include <stdio.h> command. From the main() command the C program starts executing. printf() command is only used for displaying any text on the screen. return 0; command is used for exiting the running program.


Benefits of joining us  We will help you until you get job, we will keep giving    

you guidance, project, interview help and tips. We will do many mock interview to help you. Our HR manager will dedicatedly work for our student placement, until they get job. We help our student in soft skills, intra-personal skills, and English speaking course. Student will be awarded certificate after successfully completion of the program.


Thanks for Watching

Professional Training Institute

http://www.ptinstitute.in/


Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.