What are pointers really good for, anyway?
No Answer is Posted For this Question
Be the First to Post Answer
do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?
Why c is called procedure oriented language?
Is null valid for pointers to functions?
write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
Are pointers really faster than arrays?
write a c program to print "Welcome" without using semicolon in the whole program ??
why you will give me a job in TCS.
sir i wanted to know how we wap in c to add numbers without using arithmetic operator in which digits are entered by user?
what is d pitfalls of registers variables
write a program to display all prime numbers
int a=2,b=3,c=4; printf("a=%d,b=%d\n",a,b,c); what is the o/p?