Can 'this' pointer by used in the constructor?
No Answer is Posted For this Question
Be the First to Post Answer
Tell me what is the purpose of 'register' keyword in c language?
#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }
Describe the modifier in c?
write a program in c language to print your bio-data on the screen by using functions.
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
Write a program to print prime nums from 1-20 using c programing?
What is c language in simple words?
program to print circle structure
What is getch () for?
What is difference between arrays and pointers?
Describe dynamic data structure in c programming language?
What is a null string in c?