How many identifiers are there in c?
No Answer is Posted For this Question
Be the First to Post Answer
Can we initialize extern variable in c?
Can you apply link and association interchangeably?
Create a simple code fragment that will swap the values of two variables num1 and num2.
How can I prevent other programmers from violating encapsulation by seeing the private parts of my class?
Write a program that his output 1 12 123
Explain the Difference between the New and Malloc keyword.
what are bitwise shift operators?
how to do in place reversal of a linked list(singly or doubly)?
why do we use # in c-language?
What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }
what is array?
f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error