A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT
I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
No Answer is Posted For this Question
Be the First to Post Answer
write function to reverse char array ... without using second array
What are variables and it what way is it different from constants?
Program to simulate second clock
How can I get Single byte from 'int' type variable? Can we alter single bit or multiple bits in int type variable? if so, How?
while running a program, i got the msg that press return key to exit.what that mean in C as there are no such options as far i know.
What is a union?
What is mean by data types in c?
main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }
implement OR gate without using any bitwise operator.
Explain how do you print only part of a string?
What is bubble sort in c?
number of times a digit is present in a number