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


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

to write a program, that finds the minimum total number of shelves, including the initial one, required for this loading process. The packets are named A, B, C, D, E …….. Any numbers of packets with these names could be kept in the shelf, as in this example: [ZZLLAAJKRDFDDUUGGYFYYKK]. All packets are to be loaded on cars. The cars are lined in order, so that the packets could be loaded on them. The cars are also named [A, B, C, D, E,………….].

2 Answers   Infosys, TCS,


How to write a code for random pick from 1-1000 numbers? The output should contain the 10 numbers from the range 1-1000 which should pick randomly, ie ,for each time we run the code we should get different outputs.

12 Answers   NetApp,


how to go with this?

1 Answers   Wipro,


What are the 5 types of organizational structures?

0 Answers  


difference between semaphores and mutex?

1 Answers  






how many errors in c explain deply

0 Answers  


Table of Sudoku n*n

0 Answers  


Explain how many levels deep can include files be nested?

0 Answers  


void main() {int a[5],i,b=16; for(i=0;i<5;i++) a[i]=2*i; f(a,5,b); for(i=0;i<5;i++) printf("\n %d",a[i]); printf("\n %d",b); } f(int *x,int n,int y) { int i; for(i=0;i<n;i++) *(x+i)+=2; y=y+2; }wat r the errors in the prg.and improvise the prg to get o/p.?

2 Answers   TCS,


Why isn't it being handled properly?

0 Answers  


What is the difference between c &c++?

0 Answers  


why we are using float in C

4 Answers  


Categories