Why do we use & in c?
No Answer is Posted For this Question
Be the First to Post Answer
the maximum width of a c variable name can be a) 6 characters b) 8 characters c) 10 characters d) 20 characters
Do you know what is a programing language ?
44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?
What are structures and unions? State differencves between them.
write a program to reverse the words in the sentence.NOTE:not reverse the entire string but just the occurance of each word
What is the right way to use errno?
Give differences between - new and malloc() , delete and free() ?
Write a program to print prime nums from 1-20 using c programing?
Why cann't whole array can be passed to function as value.
What does int main () mean?
Hi Every one......... Please Any body give me the answer for my question. Is it possible to print the word "PRINT F", without using printf() statement in C-Language.
What is printf () in c?