What is a dynamic array in c?
No Answer is Posted For this Question
Be the First to Post Answer
I have an array of 100 elements. Each element contains some text. i want to: append a star character to the end of every fifth element remove every second character from every tenth element, and… add a line feed (ascii 10) after the 30th character of every array element whose length is greater than 30 characters.
How will you delete a node in DLL?
write a program to convert a expression in polish notation (postfix) to inline (normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix
How does variable declaration affect memory?
how to create duplicate link list using C???
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
Explain what does a function declared as pascal do differently?
write a program to copy a string without using a string?
Why is c not oop?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
Write a c program to demonstrate character and string constants?
what is difference between getchar,putchar functions and printf and scanf function? does putchar show output only when input given to it