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 are pointers? What are different types of pointers?

Fidelity,

1218

Write a code of a general series where the next element is the sum of last k terms.

Aspiring Minds,

1092

Explain why C language is procedural?

GE,

1273

What will be your course of action for a push operation?

1154

Write a program to identify if a given binary tree is balanced or not.

JPMorgan Chase,

1228

Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?

1166

Write a program in c to replace any vowel in a string with z?

IBS,

1169

What is the use of a conditional inclusion statement in C?

Global Logic,

1106

Write a program to find factorial of a number using recursive function.

Global Logic, TCS,

1175

What is equivalent to ++i+++j?

1145

What is a lvalue

Global Logic,

1146

How will you delete a node in DLL?

GrapeCity,

1338

What is a rvalue?

Global Logic,

1260

Write a program to reverse a string.

Global Logic, iNautix, TCS, Wipro,

1140

Can we replace the struct function in tree syntax with a union?

Huawei,

1353


Post New C Questions

Un-Answered Questions { C }

What is the difference between #include

and #include “header file”?

1080


What is oops c?

1339


Explain what is the benefit of using const for declaring constants?

1086


What is the difference between memcpy and memmove?

1084


Which programming language is best for getting job 2020?

1097


we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above

1228


Where define directive used?

1142


void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply

2848


What is equivalent to ++i+++j?

1145


What is a class c rental property?

1144


What is variable in c example?

1131


How do you redirect a standard stream?

1150


What is meant by type casting?

1103


What is %s and %d in c?

1105


Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

1134