How will you declare an array of three function pointers where each function receives two ints and returns a float?
TISL,
1362When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
TISL,
1271
Write a simple code fragment that will check if a number is positive or negative.
How do we print only part of a string in c?
how to find anagram without using string functions using only loops in c programming
When should we use pointers in a c program?
What is context in c?
Can a program have two main functions?
Difference between MAC vs. IP Addressing
Stimulate calculator using Switch-case-default statement for two numbers
How will you find a duplicate number in a array without negating the nos ?
Explain the use of keyword 'register' with respect to variables.
What is getch?
What are loops c?
Why array is used in c?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
What is double pointer?