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

diff. between *p and **p

3 7092

can u suggest me am in a confusion to choose whether to go to c programming or a software testing . am a graduate in B.sc(electronics).

1 3322

what is ANSI and ISO

HCL,

7 9297

what are far pointers?

1 4831

how to swap 2 numbers in a single statement?

3 6240

how to swap 2 numbers within a single statement?

4 7899

i have a written test for microland please give me test pattern

Microland,

2734

what is the meaning of 'c' language

3 5972

#include void main() { int a [5]; for (i=0; i<=4; i++) printf(“%d” ,a[i]); }

8 12205

Write a program using bitwise operators to invert even bits of a given number.

2 9018

Write a program to find whether the given number is prime or not?

6 11996

Write a program to print the prime numbers from 1 to 100?

7 36298

In C program, at end of the program we will give as "return 0" and "return 1", what they indicate? Is it mandatory to specify them?

5 7425

how to TOGGLE Nth bit of variable in a MACRO

NDS,

1 9070

write a c program to find the square of a 5 digit number and print the result.

Accenture, Sasken, Vimukti Technologies,

5 20239


Post New C Questions

Un-Answered Questions { C }

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

2754


How do you determine a file’s attributes?

1087


What is the sizeof () operator?

1086


What is scanf () in c?

1126


Explain what is output redirection?

1195


What are the types of assignment statements?

1066


How do you write a program which produces its own source code as output?

1121


find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }

2313


Hi can anyone tell what is a start up code?

2078


How can I automatically locate a programs configuration files in the same directory as the executable?

1169


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

1112


Explain how do you sort filenames in a directory?

1042


What is exit() function?

1022


Explain what are the advantages and disadvantages of a heap?

1093


How do c compilers work?

1135