What is important topics in C-language for interviews???

Asked by Last Modified  

Follow 5
Answer

Please enter your answer

Can teach any computer subjects for classes BCA,BCS ,BE(computer) and MCA

Functions, Arrays , String, pointers , structures
2 Comments

Computer Science Tutor

Basic concept on C (like operators in C,data types, looping- if else, for, while, do while), array, pointer, string, function, recursion, searching, sorting, file handling and another important thing is Data structure in c ( Stack, queue, linked list etc).
Comments

well dear all the things are...starting from the "Hello World" to handling with data structures..... i don't recommend graphical part and C under windows..as interviewer are only interested in core concepts and how logically sound you are.....
Comments

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

Everything is important. I do not recommend partial study.
Comments

Features of POP, Dynamic Memory Allocation, Functions(Pass by value & address), Loops, Arrays, structures, pointers, Files, Data Structure Using C
Comments

Computer Science Educator with25 years of teaching experience of onlie and Offline education

Important topics in C language are 1. Function 2. Arrays 3. Structue and Unioin 4. Pointers
Comments

Strings, pointers, preprocessor, functions to name a few.
Comments

Computer Subjects

Pointers, arrays, structures, control statements, call-by-value and call-by-reference, storage classes etc...
Comments

Interested in online lecturer job for computer science students

Adding some more topics here 1. Life time of a variable? - ( ex: static & global variables has lifetime from start to end of the program. like we have to know for stack & heap variables) 2. Data memory model: static area - static & global variables stored here stack area - stack variables stored...
read more
Adding some more topics here 1. Life time of a variable? - ( ex: static & global variables has lifetime from start to end of the program. like we have to know for stack & heap variables) 2. Data memory model: static area - static & global variables stored here stack area - stack variables stored here ( it will expands & shrinks when the program is executed) heap area - runtime variables (when we use malloc) stored here 3.How the memory leak is happening with an example (we can explain it with malloc() and free() functions). read less
Comments

Expert in Computer & Math, Science

Declaration and definition of a variable/function, different storage class specifiers in C, use pointers in a C program, NULL pointer, local static variables.
Comments

View 44 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 "&" called in C language?
The Address Operator in C also called a pointer. This address operator is denoted by “&”. This & symbol is called an ampersand.
Soumya
0 0
5
Is it good practicing c++ in code blocks instead of turbo c++?
Practicing/working on Turbo C++ is always good..because its hard to do comparatively 'code blocks'. seems 'code blocks' has been designed by considering the latest working tools(like Visual Studio from...
Santosh
What is C language used for?
C language is a versatile programming language commonly used for system programming, developing operating systems, embedded systems, and creating various applications ranging from game development to scientific...
Anil
0 0
5
How can I write a C program to print a name without using a semicolon?
void main() { if(printf("Your Name")) { } }
Anand
0 0
6

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

Ask a Question

Related Lessons

Pointers and References
Are reference and pointers same? No. I have seen this confusion crumbling up among the student from the first day. So better clear out this confusion at thevery beginning. Pointers and reference...

C-Program Swapping Contents Of Variables Using Function [Call By Reference Method]
//Header Files #include#include // User defined functions swap with 2 pointer variables passed as an argument list void swap(int*i,int*j){ // Local variable temp int temp; // swapping contents using...

Why do pointers have a datatype?
Before we start with pointers you must know what is a variable and a datatype. int a; This is the basic line in every program in 'C' . It means that we are asking the compiler to give us 2 bytes of space...

What Would Be Life Cycle Of A Fresher After Campus In An IT Company?
1. Basic Technical Training: Since freshers are not subject matter experts so gone through 3 - 6 months basic technical training within Organization. 2. Technical Assessment: HR sends freshers to various...

PRACTISE makes you PERFECT ; ; ; There is no SUBSTITUTE for HARD WORK ;;;;Breathe SUCCESS like OXYGEN
Proper Planning ( reg what portions to be covered today) revising today's class portions & clarifying doubts solving Maths problems regularly ,noting down formulae separately trying to understand...

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 >

Software Development has been one of the most popular career trends since years. The reason behind this is the fact that software are being used almost everywhere today.  In all of our lives, from the morning’s alarm clock to the coffee maker, car, mobile phone, computer, ATM and in almost everything we use in our daily...

Read full article >

Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...

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