What is the relationship between pointers and data structure?
No Answer is Posted For this Question
Be the First to Post Answer
How to compare array with pointer in c?
. A database table called PERSON contains the fields NAME, BASIC and HRA. Write a computer program to print a report which employee name and total salary for those employees whose total salary is more than 10,000. Total Salary = BASIC + HRA. At the end, the program should also print the total number of employees whose total salary is more than 10,000.
How do I initialize a pointer to a function?
Can we declare a function inside a function in c?
Is int a keyword in c?
what is the associativity of bitwise OR operator?
why we use pointer in c
Are enumerations really portable?
write a program to find lcm and hcf of two numbers??
What is New modifiers?
Write a program in C to convert date displayed in gregorian to julian date
What is binary tree in c?