How can you convert integers to binary or hexadecimal?
No Answer is Posted For this Question
Be the First to Post Answer
what is difference b/w extern & volatile variable??
What is uint8 in c?
What is scanf () in c?
What do header files do?
Difference between goto, long jmp() and setjmp()?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
Software Interview Questions
#include<stdio.h> void main() { int =1; printf("%d%d%d",a++,++a,++a); }
can we define a function in structure?
write a program to produce the following output; ABCDEFGFEDCBA ABCDEF FEDCBA ABCDE EDCBA ABCD DCBA ABC CBA AB BA A A
17 Answers ABC, College School Exams Tests,
What is the purpose of scanf() and printf() functions?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?