Do you have any idea how to compare array with pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of function overloading in C?
When is a null pointer used?
why Language C is plateform dependent
Function to find the given number is a power of 2 or not?
What's the difference between a linked list and an array?
What is storage class?
What is variables in c?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
What are the concepts introduced in OOPs?
main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }
Is multithreading possible in c?
Write a program to print ASCII code for a given digit.