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

What is the best way to comment out a section of code that contains comments?
you can use /* multiple line comments */ and // for single line comments
Prasad
How many programs are in the C language?
It's challenging to provide an exact count of how many programs are written in the C language globally, as it's an immensely popular and widely-used programming language. C has been in existence since...
Muskan
0 0
6
Why should I learn Python over C or C++?
There are definite differences. C++ is a strongly typed language and Python is not. There's no need to declare variables. ... (I generally don't like languages to be dependent on any kind of formatting,...
Sajini
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

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

Ask a Question

Related Lessons

10 Tips to improve your learning
1. Have a quick revision of topics that you have read in past three days before you start studying a new topic. 2. Make your own notes containing the summary of the topic. 3. Allot proper timing for...

Do You Know How Is Size Of Structure Defined?
Size of the structure is defined based on multiplies of bigger data type member in the structure. Example: If a structure contains integer, char, short data type, then size of the Structure will be multiples...

Lets know about far, near and huge pointers for fresher interview purpose
All of these three candidates relate to 16 bit architecture where segmented memory architecture was there. They are not at all relevant for present days 32 or 64 bit architecture where the way of memory...

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...

INTRODUCTION TO PROGRAMMING LANGUAGES
Language is a medium for communication. If we want to perform anything with another person, we can know the human language as a human being. Similarly, if we want to perform anything with a computer, we...

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