Explain what are run-time errors?
No Answer is Posted For this Question
Be the First to Post Answer
What is c method?
what is the different bitween abap and abap-hr?
Explain void pointer?
#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }
What is indirect recursion? give an example?
Give a method to count the number of ones in a 32 bit number?
Explain how can I make sure that my program is the only one accessing a file?
write c program without semicolon
11 Answers MindTech, TCS, Wipro,
Do pointers need to be initialized?
How can I remove the leading spaces from a string?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
how to display 2-D array elements in spiral