hi sir c progarm codeing how to write sir........

Asked by Last Modified  

Follow 2
Answer

Please enter your answer

MS SQL SERVER DBA Trainer

take any C book then u can learn more...
Comments

Data Science, Machine Learning and Web Development Coach

Dear Surya, please take a training with some expert or do a self study using online material or refer to a good website.
Comments

Trainer

Learn it and write it
Comments

Freelance technical trainer / consultant (Embedded systems, Automation / Scripting) : C, Linux, Embedded systems, python, perl, tcl

What is your objective? You want to just learn for skill upgradation? Are you working? or you are trying for a job based on C?
Comments

Experienced Programmer and Competitive Exam Coach

I think the best way to learn any language is to read a good reference book and then continue to write programs in the language. For C the best reference book is "The C Programming language" by Kernighan & Ritchie
Comments

Unlocking the Power of Education: Transforming Lives Through Expert Java and Salesforce Instruction

buy or download "Teach yourself C in 21 days" . This will help you in getting basics of C language.
Comments

We would like to suggest as C Programming by Yashwant Kanitkar if you are beginner, Or C Programming by Kernighan & Ritchie. If you are interested for teaching from Industry experts of more the 10+ Years experience
Comments

Reference Book: E. balagurusamy
Comments

Tutor

You should learn the syntax of c language after that you can write.
Comments

Professor

Dear Suryateja, you can start with knowing about some basic topics on 1. Variables 2. Identifiers 3. difference between high level and machine level programming 4. understanding of syntax (very basic for any of the programming subject) 5. Simple program to print a statements. you can refer to...
read more
Dear Suryateja, you can start with knowing about some basic topics on 1. Variables 2. Identifiers 3. difference between high level and machine level programming 4. understanding of syntax (very basic for any of the programming subject) 5. Simple program to print a statements. you can refer to text books like a. Let us C by Yashwant Kinetikar. (Wonderful text books.) Along with this practice the programs by downloading turbo C/ Dev C compiler ( on windows ) and GCC compiler (Linux OS). Hope these points will help you. read less
Comments

View 13 more Answers

Related Questions

Can anybody provide me error free coding for graphic program in C??? Animated Smiley program Rotating Fan progran Sunrise program
#include graphics.h #include conio.h #include stdlib.h #include dos.h main() { int gd = DETECT, gm,area,temp1,temp2,left =25,top=75; void *p; initgraph(&gd,&gm,”C:\TC\BGI”); setcolor(YELLOW); circle(50,100,25); setfillstyle(SOLID_FILL,YELLOW); floodfill(50,100,YELLOW); setcolor(BLACK); setfillstyle(SOLID_FILL,BLACK); fillellipse(44,85,2,6); fillellipse(56,85,2,6); ellipse(50,100.205,335,20,9); ellipse(50,100.205,335,20,10); ellipse(50,100.205,335,20,11); area...
Gayu
0 0
8
What is the actual size of INT in the C language, 2 or 4 bytes?
The actual size to int is determined by the compiler as the program runs. But theoretically the size is 2 bytes. You can increase the size by adding keyword long infront of it to make the size 4 bytes. Eg int a; // 2 bytes Long int b; // 4 bytes
Kunal
How do you override a defined macro?
We can use the #ifdef and #undef directive to undefine a previously defined macro.
Sharmistha
how to calculate address of n dimensional matrix
An n dimensional matrix can be of any dimension. Adding a dimension is adding one more index number (to access the element). In 1-D array you the elements are linearly arranged and can be addressed as...
Rupendra

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Static and dynamic libraries
A library is a package of code that is meant to be reused by many programs. A static library (also known as an archive) consists of routines that are compiled and linked directly into your program. When...

Programming Practice Technique
Any Programming Language required an Algorithm. Algorithm - It is the finite set of instructions in which each and every instruction has the meaning, instructions are not ambiguous and all the instructions...

C Program-Infinite Loop[For] Demo
//Header Files #include<stdio.h>#include<conio.h> //Main function void main(){ //Function for clearing screen clrscr(); //Infinite for loop for(;;) { printf("Hello!"); } //Function for...

Working with C/C++ applications
Inorder to learn C and C++ programming languages one can work with various editors available.To name a few are the most popular one is turbo c++, DEV C++, Eclipse, NetBeans. Here are the screen shots...

Program to swap the value of two variables without using third variable(simplest way)...
int main() { int a=10,b=20; printf("values of a before swap ="%d,a); printf("values of b before swap ="%d,b); a=a+b; b=a-b; a=a-b; printf("******************"); printf("values of a after swap...

Recommended Articles

Brilliant Academy is one of the reputed institutes for B.Tech tuition classes. This institute is specialised in delivering quality tuition classes for B.E, Engineering - all streams and Engineering diploma courses. Incorporated in 2012, Brillant Academy is a brainchild of Mr Jagadeesh. The main motto of the academy is to...

Read full article >

Lasya Infotech is a Hyderabad based IT training institute founded in 2016 by O Venkat. Believing in his innovation, passion and persistence and with a diverse blend of experience, he started his brainchild to deliver exemplary professional courses to aspiring candidates by honing their skills. Ever since the institute envisions...

Read full article >

Applications engineering is a hot trend in the current IT market.  An applications engineer is responsible for designing and application of technology products relating to various aspects of computing. To accomplish this, he/she has to work collaboratively with the company’s manufacturing, marketing, sales, and customer...

Read full article >

Information technology consultancy or Information technology consulting is a specialized field in which one can set their focus on providing advisory services to business firms on finding ways to use innovations in information technology to further their business and meet the objectives of the business. Not only does...

Read full article >

Looking for C Language Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you