When should a far pointer be used?
No Answer is Posted For this Question
Be the First to Post Answer
WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"
write a program for fibonaci series by using while loop in c?
12344321 123 321 12 21 1 1 how i print this program??
5 Answers DSR Management, Winit,
Why pointers are used?
What are the different types of objects used in c?
Can you explain the four storage classes in C?
Explain what is the difference between text files and binary files?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
You are given a string which contains some special characters. You also have set of special characters. You are given other string (call it as pattern string). Your job is to write a program to replace each special characters in given string by pattern string. You are not allowed to create new resulting string. You need to allocate some new memory to given existing string but constraint is you can only allocate memory one time. Allocate memory exactly what you need not more not less.
what is the difference between strcpy() and memcpy() function?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)