What are the different types of objects used in c?
No Answer is Posted For this Question
Be the First to Post Answer
Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both
Using which language Test cases are added in .ptu file of RTRT unit testing???
What is pointer to pointer in c language?
What is indirection?
What are variables c?
In C programming, what command or code can be used to determine if a number of odd or even?
What is signed and unsigned?
main() { clrscr(); } clrscr();
write a program without using main function?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }
WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?