Can two or more operators such as
and be combined in a single line of program code?
No Answer is Posted For this Question
Be the First to Post Answer
how to copy a string without using c function
What is the meaning of int *x[]();?
Write a program to generate random numbers in c?
What are types of preprocessor in c?
What is scope and lifetime of a variable in c?
how to find anagram without using string functions using only loops in c programming
What is the difference between ++a and a++?
Write a program in c using only loops to print * * * * * *******
What is a keyword?
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?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
What is the use of sizeof () in c?