Explain what are run-time errors?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about block scope in c?
Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }
what will be the output: main(){char ch;int a=10;printf("%d",ch);}
36 Answers Accenture, TCS, Wipro,
write a c program to find the sum of five entered numbers using an array named number
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
WAP to find that given no is small or capital
What are pointers?
0 Answers Accenture, Tavant Technologies, Zensar,
What does return 1 means in c?
Why is %d used in c?
Explain the use of 'auto' keyword
what is the difference between %d and %*d in c languaga?
What is the best style for code layout in c?