What are variables and it what way is it different from constants?
No Answer is Posted For this Question
Be the First to Post Answer
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
Why isnt any of this standardized in c?
What is sizeof int in c?
Prove or disprove P!=NP.
what is dangling pointer?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
What is the purpose of 'register' keyword in c language?
What do you mean by command line argument?
Is null a keyword in c?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............
What does stand for?