How many levels of pointers have?
No Answer is Posted For this Question
Be the First to Post Answer
In C programming, how do you insert quote characters (‘ and “) into the output screen?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }
if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item
What are the rules for identifiers in c?
What is the correct declaration of main?
Do string constants represent numerical values?
please send me papers for Dy. manager IT , PNB. it would be a great help for me.
Why can arithmetic operations not be performed on void pointers?
hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
write a c prog for removing duplicate character from an array and sorting remaining elements using a single array