What does a function declared as pascal do differently?
No Answer is Posted For this Question
Be the First to Post Answer
Write a programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..
what is constant pointer?
is it possible to create your own header files?
What is sizeof int in c?
What is bash c?
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
What 'lex' does?
Write a simple program to find the size of different basic data types in C.
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
write a Program to dispaly upto 100 prime numbers(without using Arrays,Pointer)
26 Answers ADITI, iFlex, Infosys, Oracle, TCS, Unicops, Wipro,
How to add two numbers without using semicolon at runtime
What is the difference between big endian form and little endian form? write a code to convert big endian form to little endian and vice versa..