What are identifiers and keywords in c?
No Answer is Posted For this Question
Be the First to Post Answer
What does == mean in texting?
What is an auto variable in c?
Differentiate fundamental data types and derived data types in C.
what is the disadvantage of using macros?
write a c programme for add of two numbers with out use of arthematic operators
Define macros.
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
hi , please send me NIC written test papers to sbabavalli@gmail.com
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
HOW CAN ADD OUR FUNCTION IN LIBRARY.
Is c call by value?
main() { int i=5; printf("%d%d%d%d",i++,i--,i); }