Explain what is wrong with this program statement? Void = 10;
No Answer is Posted For this Question
Be the First to Post Answer
What are the 4 types of functions?
what does keyword ‘extern’ mean in a function declaration?
what is a function method?give example?
the output will be #include<stdio.h> int main () { int i; i = 9/2; printf("%i",i); return 0; }
How we can write a value to an address using macro..?
Go through this linked list concept.While traversing through the singly linked list sometimes the following code snippet "while(head != NULL)" is used and other times "while(head->link != NULL)"is used(Here head is the pointer pointing to the first node,node has two parts data part and link part).What is the difference between head != NULL and Head->link != NULL and in which situation are they used?
Is it possible to run a c program without using main?If yes HOW??
define function
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
what is the difference between auto and static keywords
1 Answers cDot, College School Exams Tests, TCS,
How can I read a binary data file properly?
without using control structures and control structures find the max and min of given 2 nos