What is #define size in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a code to reverse string seperated by spaces i/p str=India is my country o/p str=aidnI si ym yrtnuoc After writing code, optimize the code
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
When c language was developed?
How many types of errors are there in c language? Explain
Is flag a keyword in c?
program to print circle structure
Explain what is the best way to comment out a section of code that contains comments?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
Write a program to produce the following output in c language? 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
What is the meaning of this decleration? unsigned char (*pArray[10][10]); please reply.
Which is not valid in C? 1) class aClass{public:int x;} 2) /* A comment */ 3) char x=12;