void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?
4 8053#include
main() { static char *s[]={"black","white","yellow","voilet"}; char **ptr[]={s+3,s+2,s+1,s}, ***p; p=ptr; **++p; printf("%s",*--*++p+3); }
1 2460Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
CLG,
2013Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
5647write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
1953Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
1 5764Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
HP,
2168
What does c mean in basketball?
What does void main return?
What is else if ladder?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
What is c variable?
Explain the bubble sort algorithm.
What is a function simple definition?
What are shell structures used for?
C language questions for civil engineering
How variables are declared in c?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
What are multibyte characters?
Compare and contrast compilers from interpreters.
What is the scope of static variable in c?
What are the c keywords?