What is the general form of a C program?
No Answer is Posted For this Question
Be the First to Post Answer
What are the types of assignment statements?
What is difference between stdio h and conio h?
main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }
char ch="{'H','I',0};printf("%s",ch);what is output
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
All technical questions
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
What are global variables and how do you declare them?
Explain what is page thrashing?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
write a program to find the sum of the array elements in c language?
24 Answers ICT, Infosys, Wipro,
write an algorithm to display a square matrix.