What is multidimensional arrays
What is gets() function?
What are the 5 types of inheritance in c ++?
what value is returned to operating system after program execution?
Compare array data type to pointer data type
What is a structure and why it is used?
What is an array? What the different types of arrays in c?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
How do you determine the length of a string value that was stored in a variable?
Write the Program to reverse a string using pointers.
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Why c is called a mid level programming language?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
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.
How many types of operators are there in c?