Explain how do you view the path?
No Answer is Posted For this Question
Be the First to Post Answer
main() { unsigned int k = 987 , i = 0; char trans[10]; do { trans[i++] =(char) (k%16 > 9 ? k%16 - 10 + 'a' : '\0' ); } while(k /= 16); printf("%s\n", trans); }
What are the 5 elements of structure?
What will the preprocessor do for a program?
Diff: between this 2 classes in terms of memory class A { int i; char c; double d; }; class A { double d; int i; char c; }; How it is calculating?
how to find out the reverse number of a digit if it is input through the keyboard?
Is using exit() the same as using return?
int *a[5] refers to
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
Can u please send me the exam pattern and also Previous papers to javed123go@gmail.com
What are different types of pointers?
differnce between do and do while
how many header file is in C language ?
44 Answers College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,