Tell me can the size of an array be declared at runtime?
What is a pointer value and address in c?
how to find out the reverse number of a digit if it is input through the keyboard?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
Write a programme to find even numbers without using any conditional statement?
3 Answers ADD Software, Infosys,
When is the “void” keyword used in a function?
WRITE A C PROGRAM FOR PRINT "RHOMBUS" STRUCTURE . Example: Enter the numbers :3 * * * * * * * *
Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
write a program to check whether a number is Peterson or not.
What is meant by errors and debugging?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
What are the types of macro formats?
to convert a string without using decrement operater and string functions