what is associativity explain
what is the precidence for * and & , * and ++
how the folloing declaration work
1) *&p;
2) *p++;
No Answer is Posted For this Question
Be the First to Post Answer
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
How can I remove the leading spaces from a string?
write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?
Can U write a C-program to print the size of a data type without using the sizeof() operator? Explain how it works inside ?
What is output of the following program ? main() { i = 1; printf("%d %d %d\n",i,i++,i++); }
what is a static function
Can one function call another?
Why is conio.h not required when we save a file as .c and use clrscr() or getch() ?
Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A
1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?
How can I use a preprocessorif expression to ?
Who is invented by c?