In C language, a variable name cannot contain?
No Answer is Posted For this Question
Be the First to Post Answer
c program to add and delete an element from circular queue using array
how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48
Why is event driven programming or procedural programming, better within specific scenario?
what is the difference between const char *p, char const *p, const char* const p
5 Answers Accenture, Aricent, CTS, Geometric Software, Point Cross, Verizon,
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
What are the advantages of c preprocessor?
What do the functions atoi(), itoa() and gcvt() do?
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?
Write a program in c to print * * * * * *******
main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }
Explain why can’t constant values be used to define an array’s initial size?
Why we use void main in c?