What is information technology.
matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.
What is the difference between memcpy and memmove?
What is character constants?
Write a program to check armstrong number in c?
What are the phases in s/w developed life cycle? wat is the diff b/w stack & queue...where do we use stack
which one is highest Priority in c? a)=,b)+,c)++,d)==
while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
Describe explain how arrays can be passed to a user defined function
How can I invoke another program from within a C program?
What is an example of structure?
what is the height of tree if leaf node is at level 3. please explain