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 different pointer models in c?

4 6598

What is sparse file?

1 5160

How to set a variable in the environment list?

1 4908

How to reverse a string using a recursive function, without swapping or using an extra memory?

Cisco, Mind Tree, Motorola, Ophio, Sony, TCS, Wipro,

31 103528

What is the Difference between Class and Struct?

Motorola,

10 13827

What is the Difference between Macro and ordinary definition?

Bosch, Cognizant, College School Exams Tests, Motorola,

3 26554

what are brk, sbrk?

Oracle,

1 7968

Why the use of alloca() is discouraged?

Oracle,

2 8509

Will Macros support multiple arguments ?

Oracle,

7 11976

what about "char *(*(*a[])())();"

Oracle,

3 6678

Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?

Oracle,

4 9297

#include #define sqr(x) (x*x) int main() { int x=2; printf("value of x=%d",sqr(x+1)); } What is the value of x?

Accel Frontline, Opera, Oracle,

16 32246

1 232 34543 4567654 can anyone tell me how to slove this c question

6 20472

Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;

ITCO, Wipro,

5 9657

int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?

TCS,

4 12730


Post New C Questions

Un-Answered Questions { C }

What is meant by keywords in c?

1070


In cryptography, you could often break the algorithm if you know what was the original (plain) text that was encoded into the current ciphertext. This is called the plain text attack. In this simple problem, we illustrate the plain text attack on a simple substitution cipher encryption, where you know each letter has been substituted with a different letter from the alphabet but you don’t know what that letter is. You are given the cipherText as the input string to the function getwordSets(). You know that a plain text "AMMUNITION" occurs somewhere in this cipher text. Now, you have to find out which sets of characters corresponds to the encrypted form of the "AMMUNITION". You can assume that the encryption follows simple substitution only. [Hint: You could use the pattern in the "AMMUNITION" like MM occurring twice together to identify this]

2475


Write a program to print ASCII code for a given digit.

1095


What is substring in c?

1207


What is structure and union in c?

1151


Differentiate abs() function from fabs() function.

1016


How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?

1031


a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list

1003


How many types of sorting are there in c?

1059


With the help of using classes, write a program to add two numbers.

1042


How #define works?

1104


What are the modifiers available in c programming language?

1223


What is the difference between printf and scanf in c?

1358


Is c still used?

1047


Explain bit masking in c?

1141