Why is c known as a mother language?
No Answer is Posted For this Question
Be the First to Post Answer
Is the exit() function same as the return statement? Explain.
0 Answers Agilent, ZS Associates,
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
given post order,in order construct the corresponding binary tree
How main function is called in c?
What is header file in c?
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
C language questions for civil engineering
What is huge pointer in c?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
difference between memcpy and strcpy
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
What are the basic data types associated with c?