What is function definition in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are types of structure?
without using arithmatic operator solve which number is greater??????????
#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 a non volatile key word in c language?
Can you define which header file to include at compile time?
What are the back slash character constants or escape sequence charactersavailable in c?
what is the program to display your name in any color?
What are the various topologies? Which one is the most secure?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
What is meant by inheritance?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
control 50 devices which has 2 states on and off.using bitwise operator.plz answer it its urgent