What is keyword with example?
No Answer is Posted For this Question
Be the First to Post Answer
What is the argument of a function in c?
#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(); }
Can the curly brackets { } be used to enclose a single line of code?
Hi Every one...........I have been selected for the SBI Clerk. But i m one month Pregnanat. So anyone please suggest me, is they take any objection on my joining .
4 Answers State Bank Of India SBI,
What are the disadvantages of a shell structure?
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
can anyone please tell me wat is backlogs... i was looking for the job openings where i read this.. eligibility criteria minimum 70% in degree without backlogs. is that arrear.. if so is it standing arrear or history of arrears... please help me...
11 Answers CTS, Indian Navy, L&T, Microsoft, SSB, TCE, TCS,
main() { char *p; p="Hello"; printf("%c\n",*&*p); }
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain
Explain the advantages of using macro in c language?
What is calloc() function?