How does #define work?
No Answer is Posted For this Question
Be the First to Post Answer
Why c is a procedural language?
What is "Duff's Device"?
How can I make a program in c to print 'Hello' without using semicolon in the code?
9 Answers C DAC, Practical Viva Questions,
write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.
Write a program to reverse a string.
0 Answers Global Logic, iNautix, TCS, Wipro,
What is a lvalue
Is flag a keyword in c?
How can I run c program?
what is the advantage of software development
Why do we use namespace feature?
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);}
which operator having highest precedence? a.)+ b.)++ c.)= d.)%