Why pointers are used in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
What is the most efficient way to count the number of bits which are set in an integer?
What is an identifier?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
Can you explain the four storage classes in C?
What are the applications of c language?
program in c to print 1 to 100 without using loop
How are Structure passing and returning implemented by the complier?
How can I call a function with an argument list built up at run time?
What are the types of operators in c?
what is the difference between c and java?
write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1