How are strings stored in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is main void in c?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
which is the best site or book for learning C...and i need the content for C..how to get the good programming skills....? can plz suggest me....
What is difference between %d and %i in c?
What should malloc(0) do?
2. What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value
What is sizeof array?
What are header files and explain what are its uses in c programming?
Write code for finding depth of tree
WRITE A PROGRAM TO PRINT THE FOLLOWING OUTPUTS USING FOR LOOPS. A) * B) ***** *** * * ***** * * *****
main() { int i; printf("%d",scanf"%d",&i))//if the input is 12 24 34 then wat will be the output }
What is queue in c?