Describe dynamic data structure in c programming language?
No Answer is Posted For this Question
Be the First to Post Answer
a value that does not change during program execution a) variabe b) argument c) parameter d) none
What is undefined behavior?
HOW DO YOU HANDLE EXCEPTIONS IN C?
2. What does static variable mean?
how to write palindrome program?
void main() { int x=25,y=32; clrscr(); x=x++ + y++; y=++x + ++y; printf("%d%d",x,y); }
What is the difference between fread buffer() and fwrite buffer()?
how can we print hellow world programme without using semicolon
What does s c mean in text?
What is the diffrent between while and do while statement ?
Define circular linked list.
Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********