A C E G H
+B D F A I
------------
E F G H D
how to make a scientific calculater ?
How can a process change an environment variable in its caller?
In c programming language, how many parameters can be passed to a function ?
Define VARIABLE?
How to add two numbers without using semicolon at runtime
Write a program to print distinct words in an input along with their count in input in decreasing order of their count..
Can the “if” function be used in comparing strings?
what does exit() do?
What is far pointer in c?
Which is an example of a structural homology?
write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?
write a c program that prints all multiples of 3between 1 and 50.