What is pre-emptive data structure and explain it with example?
What is null in c?
which of 'arrays' or 'pointers' are faster?
What is string function in c?
Explain what are the advantages and disadvantages of a heap?
The __________ attribute is used to announce variables based on definitions of columns in a table?
What is a 'null pointer assignment' error?
1. Write the function int countchtr(char string[ ], int ch); which returns the number of times the character ch appears in the string. Example, the call countchtr(“She lives in NEWYORK”, ‘e’) would return 3.
What the different types of arrays in c?
Write a program in C to convert date displayed in gregorian to julian date
write a program to count the no of repaeted words in a line?
What is period operator in c?
who will call your main function in c under linux?