What is an example of structure?
No Answer is Posted For this Question
Be the First to Post Answer
What is break statement?
What is calloc() function?
#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?
What is ponter?
What is the use of gets and puts?
why r u join this company? give solid resons.
16 Answers IBM, Infosys, TCS,
Explain how can you check to see whether a symbol is defined?
What are pointers?
0 Answers Accenture, Tavant Technologies, Zensar,
What is static identifier?
what are the 10 different models of writing an addition program in C language?
Is sizeof a keyword in c?
wap to print "hello world" without using the main function.