Explain what are multibyte characters?
No Answer is Posted For this Question
Be the First to Post Answer
Sir,please help me out with the output of this programme:- #include<stdio.h> #include<conio.h> void main() { int a=18,b=12,i; for(i=a<b?a:b;a%i||b%i;i--); printf("%d %d",i); }
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
write a c/c++ programthat connects to a MYSQL server and checks if the INNoDB plug in is installed on it.If so your program should print the total number of disk writes by MYSQL.
what is the definition of storage classes?
Can anyone tell what is stack overflow? what precaution we should take?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
How to add two numbers without using semicolon at runtime
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
2 Answers HCL, IBM, Satyam, Vimal, Vimukti Technologies,
Write a program of advanced Fibonacci series.
What does %c do in c?
How many types of arrays are there in c?
Can a binary search tree be used as an index? If yes, how? Explain