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 10471We can draw a box in cprogram by using only one printf();& without using graphic.h header file?
NIIT,
4 11351How can draw a box in cprogram without using graphics.h header file & using only one printf(); ?
NIIT,
4 10908hi 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
1882Print all numbers which has a certain digit in a certain position eg: number=45687 1 number=4 2 number=5 etc
4 5640Reverse 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 3686Reverse 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 4925print 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 14189Print 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 13398
What is infinite loop?
Explain what is the most efficient way to store flag values?
Why do we need a structure?
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
What is the difference between null pointer and wild pointer?
What is structure packing in c?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
What is the difference between mpi and openmp?
Are c and c++ the same?
What is #line in c?
Explain what is wrong in this statement?
What does double pointer mean in c?
How important is structure in life?
What is the purpose of main() function?
What are the features of c languages?