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...

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.

1681


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

2032


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

3020


What is the difference between if else and switchstatement

1854


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.

1639


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

4228


C language questions for civil engineering

1664


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

1677


In which layer of the network datastructure format change is done

1842


write a c program for swapping two strings using pointer

2572


cavium networks written test pattern ..

4037


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

1539


#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

1684


Which driver is a pure java driver

1541


In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping

1436