What are the 5 data types?
No Answer is Posted For this Question
Be the First to Post Answer
Fifty minutes ago if it was four times as many mints past 3 o clock. how many minutes is it to six o'clock n how....?????
Is main is user defined function?
code for copying two strings with out strcpy() function.
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
wats the diference btwen constant pointer and pointer to a constant.pls give examples.
#include<stdio.h> void main() { int =1; printf("%d%d%d",a++,++a,++a); }
Why do we use stdio h and conio h?
write a program in c to print **** * * * * ****
What are the header files used in c language?
how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0
Explain what are compound statements?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?