Why pointers are used in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a function for strtok()??
Can a void pointer point to a function?
what is data structure
What are types of functions?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
How many loops are there in c?
given post order,in order construct the corresponding binary tree
What is #line used for?
i want to know the procedure of qualcomm for getting a job through offcampus
main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }
22 Answers NDS, TCS,
Here is alphabets : abcdefgh 1) how to reverse. as hgfedcba 2) after reversal, how to group them in a pair hg fe dc ba.
What are the 4 types of unions?