What are the three constants used in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of realloc()?
what would be the output of the following prog? Justify your answer? main() { unsigned char ch; unsigned char i; ch = -255; printf("%d",ch); i = -1; printf("%d",i); }
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
what is mallloc()?how it works?
Explain the difference between the local variable and global variable in c?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
pick out the odd one out of the following a.malloc() b.calloc() c.free() d.realloc()
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
WHAT IS LOW LEVEL LANGUAGE?
write a program which will count occurance of a day between two dates.
Is python a c language?