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 do header files do?
What is pragma c?
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
Is null always equal to 0(zero)?
Explain what is the difference between a string and an array?
what is the maximum limit of row and column of a matrix in c programming. in linux .
Can a pointer point to null?
Write a factorial program using C.
declare afunction pointer to int printf(char *)?
What are the 5 types of organizational structures?
What are external variables in c?
what is a function method?give example?