Explain pointers in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
What is an endless loop?
What is meant by inheritance?
write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
What is #define size in c?
Write a program that accept anumber in words
Tell me is null always defined as 0(zero)?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
What is a pointer in c?
Can stdout be forced to print somewhere other than the screen?
what is used instead of pointers in java than c?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above