how to execute a program using if else condition and the
output should enter number and the number is odd only...
No Answer is Posted For this Question
Be the First to Post Answer
write a program structure to find average of given number
#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?
What is character set?
What is a dynamic array in c?
When a c file is executed there are many files that are automatically opened what are they files?
1.Why do you call C is middle level language? 2.Why do you call C is userfriendly language.
what is c?
main() { char as[] = "\\0\0"; int i = 0; do{ switch( as[i++]) {case '\\' : printf("A"); break; case 0 : printf("B"); break; default : printf("C"); break; }} while(i<3); }
4 Answers Vector, Vector India,
What are the advantages of using Unions?
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
what is the difference between : func (int list[], ...) or func (int *list , ....) - what is the difference if list is an array and if also if list is a pointer
What does a pointer variable always consist of?