How pointer is benefit for design a data structure algorithm?
Answer Posted / deepu.
I am cheking.by useing
pointer we save the
memory.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the default value of local and global variables in c?
How do you determine the length of a string value that was stored in a variable?
Explain what is meant by 'bit masking'?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
Tell me can the size of an array be declared at runtime?
List out few of the applications that make use of Multilinked Structures?
Differentiate between functions getch() and getche().
How do you write a program which produces its own source code as output?
What is a floating point in c?
What is the difference between printf and scanf )?
What is function in c with example?
what is the significance of static storage class specifier?
What are the advantages of using Unions?