the data type used for unlimited value in c
and how to do this program
An interactive c program to read basic salary of 15 persons. each person gets 25% of basic as HRA, 15%of basic as conveyance allowances, 10%of basic as entertainment allowances.The total salary is calculated by adding basic+HRA+CA+EA.Calculate how many out of 15 get salary above 10,000.Rs also print the salary of each employee
Given a single Linked list with lakhs of nodes and length unknown how do you optimally delete the nth element from the list?
Can a pointer be static?
what are the advantage of pointer variables? write a program to count the number of vowels and consonants in a given string
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
What is meant by recursion?
How will you write a code for accessing the length of an array without assigning it to another variable?
What are pointers in C?
how to create duplicate link list using C???
Find the highest of three numbers and print them using ascending orders?
What language is lisp written in?
wat s the meaning of (int *)p +4;