What is use of pointer?
No Answer is Posted For this Question
Be the First to Post Answer
What is variable in c with example?
#include<stdio.h> #include<conio.h> void main() { clrscr(); int a=0,b=0,c=0; printf("enter value of a,b"); scanf(" %d %d",a,b); c=a+b; printf("sum is %d",c); getch(); }
If 4 digits number is input through the keyboard, Write a program to calculate sum of its 1st & 4th digit.
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
What is meant by errors and debugging?
What is structure packing ?
is it possible to change the default calling convention in c ?
What are the features of the c language?
Differentiate between a for loop and a while loop? What are it uses?
fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? }
What is the symbol indicated the c-preprocessor?
Is javascript based on c?