In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
No Answer is Posted For this Question
Be the First to Post Answer
What are the 4 types of unions?
What is Conio.h ?
Write a code to generate divisors of an integer?
i have a written test in tomorrow
Are enumerations really portable?
What is typedf?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
Explain what are the standard predefined macros?
What is the use of pragma in embedded c?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
main() { int a; a=++100; printf("%d",a); getch(); }
What is static identifier?