How many types of operators are there in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a Program to find whether the given number or string is palindrome.
What is c programing language?
Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female
we compile c program in 32 processor and 64 bit processor .exe file is created in both the processors. if we want to run .exe file in 64 bit processor which is created in 32 bit processor. is that .exe file is run or not if it is not run why?
What is a structure member in c?
What are the key features of C?
Difference between macros and inline functions? Can a function be forced as inline?
0 Answers HAL, Honeywell, Zomato,
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
Given a piece of code int x[10]; int *ab; ab=x; To access the 6th element of the array which of the following is incorrect? (A) *(x+5) (B) x[5] (C) ab[5] (D) *(*ab+5} .
find the sum of two matrices and WAP for it.
Write any data structure program (stack implementation)
what will be maximum number of comparisons when number of elements are given?