What is adt in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
What is the meaning When we write "#include" what is # and what does include does there???
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
write a c program to find largest number in matrix(in each row,each column, diagonally, and in the whole matrix)? Its urgent.
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
Hi Every one...........I have been selected for the SBI Clerk. But i m one month Pregnanat. So anyone please suggest me, is they take any objection on my joining .
4 Answers State Bank Of India SBI,
Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
Why is sprintf unsafe?
How are structure passing and returning implemented?
what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }
what is object oriental programing?