What are integer variable, floating-point variable and character variable?
No Answer is Posted For this Question
Be the First to Post Answer
What is character set?
main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............
Is swift based on c?
What is diffrance between declaration and defination of a variable or function
What are the 3 types of structures?
What are the primitive data types in c?
What is the difference between struct and union in C?
how to write a program which adds two numbers without using semicolon in c
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
what is diff between localstatic and globalstatis variable possible 2 use in another file...?
Explain how can you avoid including a header more than once?
What are the advantages of using new operator as compared to the function malloc ()?