What are disadvantages of C language.
No Answer is Posted For this Question
Be the First to Post Answer
Famous puzzles which are generally asked by companies during interviews ?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
can we declare a variable in different scopes with different data types? answer in detail
Who had beaten up hooligan "CHAKULI" in his early college days?
Write a program to print distinct words in an input along with their count in input in decreasing order of their count
What is the difference function call by value & function call by reference?
What does c value mean?
What is int main () in c?
main() { int a[10]; printf("%d",*a+1-*a+3); }
what is linkage error when it occurs in c program
what's the return value of malloc()
struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??