How to declare a variable?
No Answer is Posted For this Question
Be the First to Post Answer
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>...
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
What is pass by reference in c?
What does the c in ctime mean?
int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }
print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5
what is the hexidecimal number of 4100?
Write a program to generate the Fibinocci Series
How can I discover how many arguments a function was actually called with?
int x=sizeof(!5.856); What will value of variable x?
Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers
how to return 1000 variables from functio9n in c?plz give me code also