What is c method?
No Answer is Posted For this Question
Be the First to Post Answer
24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?
a program that can input number of records and can view it again the record
Write a program to add a given duration with time(24hrs format)
Why flag is used in c?
What is the total generic pointer type?
program to get the remainder and quotant of given two numbers with out using % and / operators?
10 Answers College School Exams Tests, IBM,
when to use : in c program?
how to set Nth bit of variable by using MACRO
How do I get an accurate error status return from system on ms-dos?
what is a function method?give example?
How can you read a directory in a C program?
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.