What is integer constants?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is the difference between a string and an array?
What is 1d array in c?
What is the significance of c program algorithms?
What are advantages and disadvantages of recursive calling ?
12 Answers College School Exams Tests, Evolving Systems, HP, Jyoti Ltd, Sage, Wipro,
Write a C program to convert an integer into a binary string?
actually i have 2 years teaching experience as computer faculty but now i am a DBA but when i go for interview many peoples asked me why i left my teaching profession and why i want to come in this field kindly give me the proper answer of this queston
write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
How can a program be made to print the line number where an error occurs?
main() {char a[10]={1,2,3,4,5,6};int x; for(x=0;x<4;x++){ b[x]=x+'a';} printf("%s",b);}
wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }
How does sizeof know array size?