What are called c variables?
No Answer is Posted For this Question
Be the First to Post Answer
do ne body have any idea about the salary for the we r going to have interview. yup .. u got it right ..i m talking abt NIC.
What does 1f stand for?
what will be the output for the following main() { printf("hi" "hello"); }
What is new line escape sequence?
main() { charx; while (x=0;x<=255;x++) printf("\nAscii value %d Character %c,x,x); }
What does malloc () calloc () realloc () free () do?
There seem to be a few missing operators ..
What is the use of volatile?
write the program for prime numbers?
73 Answers Accenture, Aptech, Infosys, TCS,
#include<stdio.h> main() { int i=5; printf("%d",i*i-- - --i*i*i++ + ++i); } tell the answer with correct reason .specially reason is important nt answer ans by turbo c is -39
What functions are used for dynamic memory allocation in c language?
Is c++ based on c?