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 is diffrance between declaration and defination of a variable or function

4 7257

how we can say java is platform independent, while we require JVM for that particular Operating System?

Honeywell, TCS,

3 8673

Write a c program to build a heap method using Pointer to function and pointer to structure ?

Wipro,

4757

program to print upper & lower triangle of a matrix

TCS,

2 18620

can please someone teach me how to create this program using while statement.. this is the output should look like 0 2 4 6 8 10 -thanks.. :) need it asap...

7 7629

What is Memory leakage ?

HCL,

2 5774

My teacher ask to make a program that can: Insert record in front Insert record at the end Insert in between Search node record Delete record in front Delete record at the end Delete record in between Using Data structure Linked List type. But I'm really confused about the codes and I can't go through. Please help Thanks in advance. Also here is my unfinished code if someone can make changes it will be more good.

1 4106

write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?

4 6965

can u write a program in C, which does not use = (eqaul)or any arithmatic assignment(like -=,+=,*= etc) operator to swap to number?

2 4972

how c source file in converted to exe file

KPIT,

5 18090

#include #include # define swap(a,b) temp=a; a=b; b=temp; void main( ) { int i, j, temp; i=5; j=10; temp=0; if( i > j) swap( i, j ); printf( "%d %d %d", i, j, temp); }

Burning Glass,

9 17381

how write a addtion of two single dimensional array using of pointer in c language?

DRDO,

3 5924

Write a program to print prime nums from 1-20 using c programing?

IBM,

13 43716

Sir,please help me out with the output of this programme:- #include #include void main() { int a=18,b=12,i; for(i=a 4 6667


#include #include void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain

2 5467


Post New C Questions

Un-Answered Questions { C }

What is 'bus error'?

1212


How can you determine the maximum value that a numeric variable can hold?

1301


Can you please explain the scope of static variables?

1113


Explain function?

1144


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]

2537


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

2788


Why static is used in c?

1151


What are the types of unary operators?

1257


What is data structure in c language?

1168


Write the Program to reverse a string using pointers.

1076


What is the explanation for modular programming?

1279


Why is it that not all header files are declared in every C program?

1287


What is modifier & how many types of modifiers available in c?

1075


What is #line?

1115


What is an example of structure?

1102