How #define works?
Describe explain how arrays can be passed to a user defined function
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a<b,printb.find the sum digits of that number & then print.if a==b multiply 10 with a & add 20 with b store in c and then print
What do header files do?
In which layer of the network datastructure format change is done
1. Write a C program to count the number of occurrence of a specific word in the given strings. (for e.g. Find how many times the word “live” comes in the sentence “Dream as if you’ll live forever, live as if you’ll die today ”)
What are the different properties of variable number of arguments?
What does nil mean in c?
write a program to interchange the value between two variable without using loop
what are the uses of structure?
Explain what header files do I need in order to define the standard library functions I use?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
What are variables and it what way is it different from constants?