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

p*=(++q)++*--p when p=q=1 while(q<=6)

KINPOE,

1758

what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values

College School Exams Tests,

1695

why programs in c are running with out #include? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }

1765

A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.

1716

difference between Low, Middle, High Level languages in c ?

Bosch, Infosys,

2081

Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given

XYZ,

3062

What is the difference between if else and switchstatement

1930

Write a program to print a (*)pattern programming (A to Z) in capital in one programming ?

TCS,

2 3237

how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.

1685

Using which language Test cases are added in .ptu file of RTRT unit testing???

4276

Write a program to generate the first n terms in the series --- 9,11,20,31,...,82

Cognizant,

1 14224

print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5

Winit,

3 4647

#include int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }

1 2987

How. To pass the entrance test

Tech Mahindra,

1 2795

C language questions for civil engineering

Tech Mahindra,

1717


Post New C Questions

Un-Answered Questions { C }

Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.

2307


What is a program flowchart?

1196


what are the facialities provided by you after the selection of the student.

2252


What is a global variable in c?

1003


What is 'bus error'?

1144


Explain the array representation of a binary tree in C.

1230


#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

1280


What is property type c?

1080


How do you initialize pointer variables?

1096


Do you know the difference between exit() and _exit() function in c?

1062


What are the similarities between c and c++?

1068


What is strcmp in c?

1120


What are 'near' and 'far' pointers?

1039


What are the disadvantages of external storage class?

1054


What does typedef struct mean?

1105