number of times a digit is present in a number
No Answer is Posted For this Question
Be the First to Post Answer
What is the acronym for ansi?
When is a null pointer used?
How can you check to see whether a symbol is defined?
Do you know the use of fflush() function?
what is develop in c language
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
0 Answers Sikkim Manipal University,
Write 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
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
What are global variables?
What is the output for the following program #include<stdio.h> main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }
What is meant by high-order and low-order bytes?
Write a program or provide a pseudo code to flip the 2nd bit of the 32 bit number ! (Phone Screen)