Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

C Interview Questions
Questions Answers Views Company eMail

What is the purpose of the statement: strcat (S2, S1)?

1223

What is indirection? How many levels of pointers can you have?

Aspire, Infogain,

1206

Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.

Expedia,

1292

Write a factorial program using C.

iNautix,

1120

Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.

TCS,

1169

How to find a missed value, if you want to store 100 values in a 99 sized array?

Honeywell, Zomato,

1461

Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.

Aspiring Minds,

1154

Write a code to remove duplicates in a string.

Expedia,

1084

Why C language is a procedural language?

Ericsson,

1093

Explain Basic concepts of C language?

EXL,

1233

What is the use of function overloading in C?

Ittiam Systems,

1211

Write the control statements in C language

Atos Origin,

1275

Write a program to print all permutations of a given string.

JPMorgan Chase,

1234

What is the purpose of macro in C language?

Fidelity,

1162

Differentiate between Macro and ordinary definition.

Motorola,

1461


Post New C Questions

Un-Answered Questions { C }

What are nested functions in c?

1070


Explain what is a const pointer?

1123


What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?

1132


What is the -> in c?

1062


Here is a good puzzle: how do you write a program which produces its own source code as output?

1168


Explain about the functions strcat() and strcmp()?

1092


What is d scanf?

1140


How can you read a directory in a C program?

1181


Explain union.

1238


What is array of pointers to string?

1155


a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above

1443


.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }

2661


Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings

2805


What is a void * in c?

1134


Explain how can you check to see whether a symbol is defined?

1247