Differentiate between declaring a variable and defining a variable?
No Answer is Posted For this Question
Be the First to Post Answer
what is call by value and call by reference
what will be the output for the following main() { printf("hi" "hello"); }
How many types of errors are there in c language? Explain
Define Spanning-Tree Protocol (STP)
Are negative numbers true in c?
find second largest element in array w/o using sorting techniques? use onle one for loop.
15 Answers BitWise, Zycus Infotech,
main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }
What are different types of variables in c?
Can we add pointers together?
program to find middle element of linklist?
a simple c program using 'for' loop to display the output 5 4 3 2 1
What are the features of c languages?