With the help of using classes, write a program to add two numbers.
No Answer is Posted For this Question
Be the First to Post Answer
what is the diference between pointer to the function and function to the pointer?
main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }
what is the advantage of software development
how to make c program without a libary? e.g.#include<stdio.h> libary is not in c progaram.
let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................
Why is sizeof () an operator and not a function?
#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
7 Answers Accenture, Gridco, IBM, Kevin IT, TCS, Vimukti Technologies,
Without Computer networks, Computers will be half the use. Comment.
Find MAXIMUM of three distinct integers using a single C statement
Why is c called c?