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 the 10 different models of writing an addition program in C language?

1948

biggest of two no's with out using if condition statement

5 7668

what is default constructor?

HCL,

2 4627

4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it. i have done maximum par but i m findind problem in the commented area. please help...

3 5913

how to find anagram without using string functions using only loops in c programming

Mind Tree, TCS,

1 10399

How to removing white spces in c programming only bu using loops

2 4655

how to find anagram without using string functions using only loops in c programming

3243

#include int main() { int i=0,j=1,k=2,m,n=0; m=i++&&j++&&k++||n++; printf("%d,%d,%d,%d,%d",i,j,k,m,n); }

Capital IQ, Sasken,

12 27647

Find the output? void main() {float a=2.0; printf("\nSize of a ::%d",sizeof(a)); printf("\nSize of 2.0 ::%d",sizeof(2.0));}

IBM, TCS,

11 16149

find largest of 3 no

8 10757

write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?

HCL,

5 15555

Is double link list a linear data structure? If Yes, Why?If No, Why?

4 13066

What is pre-emptive data structure and explain it with example?

3792

why we use pointer in c

HCL, TCS,

7 11479

how can i calculate mean,median,mode by using c program

HCL,

1 14176


Post New C Questions

Un-Answered Questions { C }

What is difference between && and & in c?

1163


count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

1145


Discuss the function of conditional operator, size of operator and comma operator with examples.

1216


Is there a way to switch on strings?

1136


What does != Mean in c?

1098


Explain output of printf("Hello World"-'A'+'B'); ?

1565


I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.

1999


Where are some collections of useful code fragments and examples?

1200


a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list

1123


What is the use of ?

1091


What is const volatile variable in c?

1105


What does the file stdio.h contain?

1123


What is unary operator?

1180


How does free() know explain how much memory to release?

1113


What is advantage of pointer in c?

1252