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 7113

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 3331

what is ANSI and ISO

HCL,

7 9318

what are far pointers?

1 4847

how to swap 2 numbers in a single statement?

3 6255

how to swap 2 numbers within a single statement?

4 7915

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

Microland,

2740

what is the meaning of 'c' language

3 5985

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

8 12235

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

2 9028

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

6 12019

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

7 36320

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 7445

how to TOGGLE Nth bit of variable in a MACRO

NDS,

1 9076

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

Accenture, Sasken, Vimukti Technologies,

5 20258


Post New C Questions

Un-Answered Questions { C }

What is define c?

1089


How are structure passing and returning implemented?

1052


Explain what is the heap?

1064


Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays

2365


What is data structure in c programming?

1088


You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

2343


What is extern variable in c with example?

1007


What is bash c?

1019


Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..

1043


Is there any possibility to create customized header file with c programming language?

1072


What do you mean by command line argument?

1186


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??

1960


Explain how does flowchart help in writing a program?

1128


Can a variable be both constant and volatile?

1134


program for reversing a selected line word by word when multiple lines are given without using strrev

2491