What are the general description for loop statement and available loop types in c?
No Answer is Posted For this Question
Be the First to Post Answer
Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers
What is putchar() function?
write a c programme for add of two numbers with out use of arthematic operators
What are static functions?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
Why is a semicolon (;) put at the end of every program statement?
1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=
can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?
Write a program to interchange two variables without using the third variable?
17 Answers Accenture, College School Exams Tests, Infotech,
Why is the code below functioning. According to me it MUST NOT.
Why is struct padding needed?
Why isnt there a numbered, multi-level break statement to break out