What are 3 types of structures?
No Answer is Posted For this Question
Be the First to Post Answer
What is c language and why we use it?
How do you use a pointer to a function?
What is Lazy evaluation in C? Give an example.
How do I convert a string to all upper or lower case?
What is int main () in c?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
You are given a string which contains some special characters. You also have set of special characters. You are given other string (call it as pattern string). Your job is to write a program to replace each special characters in given string by pattern string. You are not allowed to create new resulting string. You need to allocate some new memory to given existing string but constraint is you can only allocate memory one time. Allocate memory exactly what you need not more not less.
in a town the percentage of men is 52 the percentage of total literacy is 48 if total percentage of literate men is 35 of the total population write a program to find the total no of the literate men and women if the population of the town is 80000
program in c to print 1 to 100 without using loop
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
What are # preprocessor operator in c?
Differentiate between the = symbol and == symbol?