What is a pointer value and address in c?
No Answer is Posted For this Question
Be the First to Post Answer
Is int a keyword in c?
What is void pointers in c?
What is the difference b/w Structure & Union?
what is the difference between malloc() and calloc() function?
what is dangling pointer?
What is the o/p of the follow pgm? #include<stdio.h> main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none
what is diffrence between string and character array?
how can be easily placed in TCS.
How do c compilers work?
What is the difference between ‘g’ and “g” in C?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
2 Answers HCL, IBM, Satyam, Vimal, Vimukti Technologies,
Explain how can I remove the trailing spaces from a string?