Differentiate between the = symbol and == symbol?
No Answer is Posted For this Question
Be the First to Post Answer
Write a C program to perform some of the operation which can be performed using Single linked list
What functions are used in dynamic memory allocation in c?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
What does static variable mean in c?
what is purpose of fflush(stdin) function
Differentiate Source Codes from Object Codes
What is the size of array float a(10)?
Switch (i) i=1; case 1 i++; case 2 ++i; break; case 3 --i; Output of i after executing the program
c pgm count no of lines , blanks, tabs in a para(File concept)
can anyone proide me reading material on svit00ef27@yahoo.com please thanx in advance
write a program that accepts 3 numbers from the user. dispaly the values in a descending order.
a memory of 20 bytes is allocated to a string declared as char *s then the following two statements are executed: s="Etrance" l=strlen(s); what is the value of l ? a.20 b.8 c.9 d.21