Explain how can I convert a number to a string?
No Answer is Posted For this Question
Be the First to Post Answer
write a programme to enter some number and find which number is maximum and which number is minimum from enterd numbers.
What are c preprocessors?
What is masking?
C,c++, Java is all are structural oriented or procedure oriented language..?
#include<stdio.h> #include<conio.h> # define swap(a,b) temp=a; a=b; b=temp; void main( ) { int i, j, temp; i=5; j=10; temp=0; if( i > j) swap( i, j ); printf( "%d %d %d", i, j, temp); }
whether itis a structured language?
du u know test pattern for robosoft? Plz share
1 Answers RoboSoft, TATA, Wipro,
What do you mean by a local block?
how to capitalise first letter of each word in a given string?
Why c language is called c?
program to find a smallest number in an array
What is structure packing in c?