how to get starting address of a running C program
Answers were Sorted based on User's Feedback
Answer / chandra sekhar kommuri
void main()
{
clrscr();
int a;
printf("adress of a ::%u",&a);
while(!kbhit());
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / manoj singh
we find out the address of any variable.
void main()
{
clrscr();
int a;
printf("adress of a ::%u",a);
while(!kbhit());
}
i dont understand this question writeway but this is
my vew.
| Is This Answer Correct ? | 1 Yes | 2 No |
Program to find larger of the two numbers without using if-else,while,for,switch
Method Overloading exist in c ?
what is a static function
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
how is the examination pattern?
what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }
how to set Nth bit of a variable?
Give differences between - new and malloc() , delete and free() ?
Is double link list a linear data structure? If Yes, Why?If No, Why?
what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }
Difference between macros and inline functions? Can a function be forced as inline?
0 Answers HAL, Honeywell, Zomato,
3. Program to print all possible substrings. ex: String S St Str Stri Strin String t tr tri trin tring r