Write a program to print ASCII code for a given digit.
No Answer is Posted For this Question
Be the First to Post Answer
write a program to compare 2 numbers without using logical operators?
how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0
How do I convert a string to all upper or lower case?
writw a program to insert an element in the begning of a doubly linked list
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); }
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
What is c programing language?
please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch
What extern c means?
to find the closest pair
What does *p++ do?
How does variable declaration affect memory?