What is pointer to pointer in c language?
No Answer is Posted For this Question
Be the First to Post Answer
Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...
What is #pragma statements?
how to devloped c lenguege?
wat is the meaning of c?
What is typeof in c?
what is diffrence between string and character array?
1. What will be the output of the following programs. a) #include <stdio.h> Main() { Int x=4; While(x==1) { X=x-1; Printf(ā%dā,x); --x; } }
AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
What does volatile do?
Explain what is the difference between functions abs() and fabs()?
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.
How would you print out the data in a binary tree, level by level, starting at the top?