Disadvantages of C language.
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between struct and union.
Write a program to check palindrome number in c programming?
How to calculate sum
HOW TO HANDLE EXCEPTIONS IN C
a=0; b=(a=0)?2:3; a) What will be the value of b? why b) If in 1st stmt a=0 is replaced by -1, b=? c) If in second stmt a=0 is replaced by -1, b=?
Do you have any idea how to compare array with pointer in c?
What is identifiers in c with examples?
Explain data types & how many data types supported by c?
how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"
What is the difference between ‘g’ and “g” in C?
What extern c means?
What is the use of header files?