What does sizeof return c?
No Answer is Posted For this Question
Be the First to Post Answer
int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?
Are there namespaces in c?
How can you convert integers to binary or hexadecimal?
write c program to display output 10(10+20)+(10+20+30)+ ... n term
0 Answers Hindustan Gum Chemicals,
What are the primitive data types in c?
Is it possible to run using programming C for Java Application?
What is the difference between malloc() and calloc()?
What are the 4 data types?
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 volatile variable how do you declare it?
What is a null pointer in c?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2