In header files whether functions are declared or defined?
No....In C we cannot declare functions in header files
| Is This Answer Correct ? | 0 Yes | 0 No |
If we give two names then this displays the connection between the two people. It is nothing but flames game
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
Why is c used in embedded systems?
How can I manipulate individual bits?
What is the difference between array and pointer?
How to add two numbers without using semicolon n c????
What are the rules for identifiers in c?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
Why void main is used in c?
Write a Program to accept different goods with the number, price and date of purchase and display them
i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);
difference between Low, Middle, High Level languages in c ?