What is #define in c?
No Answer is Posted For this Question
Be the First to Post Answer
main() { char as[] = "\\0\0"; int i = 0; do{ switch( as[i++]) {case '\\' : printf("A"); break; case 0 : printf("B"); break; default : printf("C"); break; }} while(i<3); }
4 Answers Vector, Vector India,
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
Does * p ++ increment p or what it points to?
The program to allow the characters from the input received and send this function to a function check if the characters between letters a to z is a function of y joins as the characters main and output to otherwise return to the original function of the y characters
How would you print out the data in a binary tree, level by level, starting at the top?
write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.
How would you find a cycle in a linked list?
What are different storage class specifiers in c?
What is the benefit of using an enum rather than a #define constant?
Do pointers take up memory?
Which is better pointer or array?