What are c identifiers?
No Answer is Posted For this Question
Be the First to Post Answer
write a program for the normal snake games find in most of the mobiles.
How does free() know how many bytes to free?
How can I handle floating-point exceptions gracefully?
how to copy a string without using c function
What is the significance of c program algorithms?
coding for Fibonacci.?
What is NULL pointer?
Here is alphabets : abcdefgh 1) how to reverse. as hgfedcba 2) after reversal, how to group them in a pair hg fe dc ba.
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
Between macros and functions,which is better to use and why?
what is the use of a array in c
Write a simple program to find the size of different basic data types in C.