what are you see during placement time in the student.
No Answer is Posted For this Question
Be the First to Post Answer
difference between my-strcpy and strcpy ?
3 Answers Geometric Software, IIM, Infosys,
How many keywords (reserve words) are in c?
What is define c?
sir i wanted to know how we wap in c to add numbers without using arithmetic operator in which digits are entered by user?
How Many Header Files in c?
Is c is a procedural language?
What is an array? What the different types of arrays in c?
EXPLAIN #INCLUDE<STDIO.H> EXPLAIN #INCLUDE<CONIO.H>
#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }
How is = symbol different from == symbol in c programming?
c program to manipulate x=1!+2!+3!+...+n! using recursion
What is an lvalue in c?