What is the acronym for ansi?
No Answer is Posted For this Question
Be the First to Post Answer
Is struct oop?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
How will you allocate memory to a double pointer ?
swapping of two numbers without using third variable using AND and OR operators
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
How can I convert a number to a string?
What does %d do in c?
write c program to display output 10(10+20)+(10+20+30)+ ... n term
0 Answers Hindustan Gum Chemicals,
What are the average number of comparisons required to sort 3 elements?
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
#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 call by value and call by reference