Write a C Programm.. we press 'a' , it shows the albhabetical number is 1, if we press 'g' it shows the answer 7.. any can help me
7 10257We can draw a box in cprogram by using only one printf();& without using graphic.h header file?
NIIT,
4 11206How can draw a box in cprogram without using graphics.h header file & using only one printf(); ?
NIIT,
4 10735hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
1834Print all numbers which has a certain digit in a certain position eg: number=45687 1 number=4 2 number=5 etc
4 5520Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986
1 3619Reverse the part of the number which is present from position i to j. Print the new number.[without using the array] eg: num=789876 i=2 j=5 778986
2 4807print the following using nested for loop. 5 4 3 2 1 1 2 3 4 3 2 1 1 2 1 2 1 1 2 3 4 3 2 1 1 2 3 4 5
IBM,
7 13974Print all the palindrome numbers.If a number is not palindrome make it one by attaching the reverse to it. eg:123 output:123321 (or) 12321
HCL,
7 13186
Explain what is the use of a semicolon (;) at the end of every program statement?
What is C language ?
Can i use “int” data type to store the value 32768? Why?
Why doesnt long int work?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
difference between Low, Middle, High Level languages in c ?
How do I get a null pointer in my programs?
What is merge sort in c?
Why is c faster?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
What is c++ used for today?
What is logical error?
plz let me know how to become a telecom protocol tester. thank you.
How will you delete a node in DLL?
Calculate 1*2*3*____*n using recursive function??