What is identifiers in c with examples?
No Answer is Posted For this Question
Be the First to Post Answer
c program to arrange digits in a no in ascending and descending order
What does static mean in c?
How do i store a paragraph into a string? for example, if i input a long paragraph, the program will read the words one by one and concatenate them until no word is left.
Which command is more efficient? *(ptr+1) or ptr[1]
Differentiate between the expression “++a” and “a++”?
why effort estimation is important?
How many levels deep can include files be nested?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
Do you have any idea how to compare array with pointer in c?
List some of the static data structures in C?
What is c token?
What is variables in c?