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
What is this infamous null pointer, anyway?
Explain what is the concatenation operator?
what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }
Write a program to generate the Fibinocci Series
wat are the two methods for swapping two numbers without using temp variable??
What is pass by value in c?
print a "hello" word without using printf n puts in c language
Explain about the constants which help in debugging?
Are global variables static in c?
Which is more efficient, a switch statement or an if else chain?
Describe the difference between = and == symbols in c programming?
What are the types of bitwise operator?