What is the difference between the local variable and global variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is call by reference in functions?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
How to print all the 26 alphabets in this order in C. AbCdEfGh..... it should print dynamically from a to z and do not print this using pgm like this print("Ab......"); Use loops or anything to print all alphabets
Which built-in library function can be used to match a patter from the string?
Ca some one please help me with aC code to allow user enter numbers from 1 to 20 without repeating and prnt the sum of those numbers thnx
Explain what is the difference between #include and #include 'file' ?
write a programme to enter some number and find which number is maximum and which number is minimum from enterd numbers.
What is openmp in c?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
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=?
What is meant by inheritance?
Program to simulate second clock