What is an operator?
No Answer is Posted For this Question
Be the First to Post Answer
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
what is diffrence between string and character array?
What is the difference between exit() and _exit() function in c?
which is the best antivirus and how to update it
Tell me what is the purpose of 'register' keyword in c language?
any string of bits of length 'n' represents a unique non- negative integer between.............?
Explain what are run-time errors?
logic for generating all the combinations of the any number of given letters. ex::::::::: if a,b,c,d are given the o/p should be abcd,dcba,dbac,bcad,................ 4*3*2*1 combinations............
what is the difference between definition and declaration? give me some examples.
write a program to print the all 4digits numbers & whose squares must me even numbers?
what is the answer for it main() { int i; clrscr(); printf("%d",&i)+1; scanf("%d",i)-1; }
What is realloc in c?