What are the types of data structures in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is d pitfalls of registers variables
What is the difference between #include and #include 'file' ?
write a program in c to read array check element is present or not?
What standard functions are available to manipulate strings?
Differentiate between the = symbol and == symbol?
Which sorting algorithm is the best?
read the folllowing code # define MAX 100 # define MIN 100 .... .... if(x>MAX) x=1; else if(x<MIN) x=-1; x=50; if the initial value of x=200,what is the vlaue after executing this code? a.200 b.1 c.-1 d.50
What is a symbolic constant?
what is a function prototype?
long int size a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
18 Answers Acropolis, HCL, Intel, TCS,
write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.
Explain can you assign a different address to an array tag?