Un-Answered Questions { C }

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

1241


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

1619


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

2499


What is the difference between if else and switchstatement

1302


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.

1202


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

3564


C language questions for civil engineering

1231


4. main() { int c=- -2; printf("c=%d",c); }

1358


void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }

1242


In which layer of the network datastructure format change is done

1419


write a c program for swapping two strings using pointer

2074


cavium networks written test pattern ..

3578


my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?

1103


#include int main(){ int i=10; int *ptr=&i; *ptr=(int *)20; printf("%d",i); return 0; } Output: 20 can anyone explain how came the output is 20

1245


Which driver is a pure java driver

980