How can you convert integers to binary or hexadecimal?
No Answer is Posted For this Question
Be the First to Post Answer
What is pointer to pointer in c language?
How many types of operator or there in c?
Explain the Difference between the New and Malloc keyword.
void main() { int x=25,y=32; clrscr(); x=x++ + y++; y=++x + ++y; printf("%d%d",x,y); }
What is the difference between constant pointer and constant variable?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
can we change the default calling convention in c if yes than how.........?
what is the advantage of function pointer
16 Answers CMC, CS, Freshdesk, L&T, LG Soft, Matrix, TCS,
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
can please someone teach me how to create this program using while statement.. this is the output should look like 0 2 4 6 8 10 -thanks.. :) need it asap...
Why is struct padding needed?
What are the 5 elements of structure?