What is pass by value in c?
No Answer is Posted For this Question
Be the First to Post Answer
How we can write a value to an address using macro..?
How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include<stdio.h>...
any "C" function by default returns an a) int value b) float value c) char value d) a & b
What is the most efficient way to count the number of bits which are set in an integer?
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.
main() { int i=400,j=300; printf("%d..%d"); }
SRUCTURE PROGRAMMING
What are loops in c?
What is the difference between printf and scanf )?
What does %d do in c?
Write a c program using for loop in switch case?