C program execution always begins with
a) #include
b) comment (/*-------*/)
c) main()
d) declaration instructions
What is the difference between File pointer and Internal Charecter Pointer?
What are the usage of pointer in c?
What is memcpy() function?
write a program in c language to print your bio-data on the screen by using functions.
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
write a program to concatenation the string using switch case?
What is the use of the restrict keyword?
Is c procedural or functional?
wat is the meaning of c?
out put of printf(“%d”,printf(ram));
How can I read data from data files with particular formats?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?