How is = symbol different from == symbol in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
any string of bits of length 'n' represents a unique non- negative integer between.............?
Tell me what is null pointer in c?
What is the modulus operator?
can i know the source code for reversing a linked list with out using a temporary variable?
write a addition of two no. program with out using printf,scanf,puts .
#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }
What are the basic data types associated with c?
What are the keywords in c?
Can the “if” function be used in comparing strings?
Why do we use namespace feature?
Why isnt any of this standardized in c?
What do you mean by keywords in c?