What is equivalent to ++i+++j?
No Answer is Posted For this Question
Be the First to Post Answer
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
Explain how do you determine whether to use a stream function or a low-level function?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
When we use void main and int main?
what is Array?
main() { static char *s[]={"black","white","yellow","voilet"}; char **ptr[]={s+3,s+2,s+1,s}, ***p; p=ptr; **++p; printf("%s",*--*++p+3); }
How to declare a variable?
How does placing some code lines between the comment symbol help in debugging the code?
What is the difference between printf and scanf in c?
ABCDCBA ABC CBA AB BA A A
Can anyone help me with this please? Need to print the below values.. Thanks 1 1 2 1 2 3 1 2 3 4
write a program to remove duplicate from an ordered char array? in c