What is dynamic variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
25. It takes five minutes to pass a rumour from one person to two other persons. The tree of rumour continues. Find how many minutes does it take spread the rumour to 768 persons. ?
11 Answers CTS, TCS,
main() { struct test { char c; int i; char m; } t1; printf("%d %d\n", sizeof(t1), sizeof(t1.c)); }
1 Answers Vector, Vector India,
How can a program be made to print the name of a source file where an error occurs?
what is Array?
Describe advantages and disadvantages of the various stock sorting algorithms
Write a function in c to find the area of a triangle whose length of three sides is given.
Write a program in c to input a 5 digit number and print it in words.
Write a program to reverse a linked list in c.
How to write a program to receive an integer & find its octal equivalent by using for loop?
how can we Declare a variable in c without defining it.
How can I convert integers to binary or hexadecimal?
Can you write the function prototype, definition and mention the other requirements.